Added support to preferredStyleSchemes import and reset

This commit is contained in:
Alexander Cerutti
2024-06-16 04:04:05 +02:00
parent 432e380429
commit dd08515251
2 changed files with 7 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ export interface PassFields {
primaryFields: Field[];
secondaryFields: Field[];
transitType?: TransitType;
preferredStyleSchemes?: PreferredStyleSchemes;
}
export const PassFields = Joi.object<PassFields>().keys({