mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
Improved schemas in the project
This commit is contained in:
@@ -455,7 +455,7 @@ const schemas = {
|
||||
personalizationDict
|
||||
};
|
||||
|
||||
type Schema = keyof typeof schemas;
|
||||
export type Schema = keyof typeof schemas;
|
||||
|
||||
function resolveSchemaName(name: Schema) {
|
||||
return schemas[name] || undefined;
|
||||
|
||||
Reference in New Issue
Block a user