mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 16:25:21 +00:00
Added support to preferredStyleSchemes import and reset
This commit is contained in:
@@ -26,6 +26,7 @@ export interface PassFields {
|
||||
primaryFields: Field[];
|
||||
secondaryFields: Field[];
|
||||
transitType?: TransitType;
|
||||
preferredStyleSchemes?: PreferredStyleSchemes;
|
||||
}
|
||||
|
||||
export const PassFields = Joi.object<PassFields>().keys({
|
||||
|
||||
Reference in New Issue
Block a user