mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Set Semantic.wifiAccess as array type
This commit is contained in:
@@ -176,7 +176,7 @@ export interface Semantics {
|
|||||||
venuePhoneNumber?: string;
|
venuePhoneNumber?: string;
|
||||||
venueRoom?: string;
|
venueRoom?: string;
|
||||||
|
|
||||||
wifiAccess?: SemanticTagType.WifiNetwork;
|
wifiAccess?: SemanticTagType.WifiNetwork[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Semantics = Joi.object<Semantics>().keys({
|
export const Semantics = Joi.object<Semantics>().keys({
|
||||||
|
|||||||
Reference in New Issue
Block a user