mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Merge pull request #136 from buren/wifi-access-array-type
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