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