@archastro/sdk
    Preparing search index...

    Variable routinePresetSchemaConst

    routinePresetSchema: ZodObject<
        {
            applicable_events: ZodArray<ZodString, "many">;
            chainable: ZodBoolean;
            description: ZodString;
            label: ZodString;
            name: ZodString;
            sessionable: ZodBoolean;
            unique: ZodBoolean;
        },
        "strip",
        ZodTypeAny,
        {
            applicable_events: string[];
            chainable: boolean;
            description: string;
            label: string;
            name: string;
            sessionable: boolean;
            unique: boolean;
        },
        {
            applicable_events: string[];
            chainable: boolean;
            description: string;
            label: string;
            name: string;
            sessionable: boolean;
            unique: boolean;
        },
    > = ...

    Runtime validator for RoutinePreset.