Skip to content

Variable: PreferenceKeySchema

Makaio Framework


Makaio Framework / services-core/preferences/schemas / PreferenceKeySchema

const PreferenceKeySchema: 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.