UNPKG

appwrite-utils

Version:
17 lines (16 loc) 551 B
// AUTO-GENERATED from Appwrite OpenAPI spec at main. DO NOT EDIT. // Source: https://github.com/appwrite/appwrite/tree/main/app/config/specs import { z } from "zod"; const PreferencesJsonSchema = { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {}, "additionalProperties": {}, "example": { "language": "en", "timezone": "UTC", "darkTheme": true }, "description": "Preferences" }; export const PreferencesSchema = z.fromJSONSchema(PreferencesJsonSchema);