Variable: PreferenceKeySchema
Makaio Framework / services-core/preferences/schemas / PreferenceKeySchema
Variable: PreferenceKeySchema
Section titled “Variable: PreferenceKeySchema”
constPreferenceKeySchema:ZodObject<{context:ZodOptional<ZodString>;scope:ZodString;surface:ZodOptional<ZodEnum<{app:"app";ui:"ui"; }>>;viewport:ZodOptional<ZodEnum<{desktop:"desktop";mobile:"mobile";tablet:"tablet"; }>>; },$strip>
Defined in: ../../../packages/services/core/src/preferences/schemas.ts:24
Schema for preference key components. Keys uniquely identify a preference within a scope/context.