import * as v from "valibot" export const notionThemeSchema = v.picklist(["light", "dark"]) export type NotionTheme = v.InferOutput