@archastro/sdk
    Preparing search index...

    Variable automationPrefillsSchemaConst

    automationPrefillsSchema: ZodObject<
        {
            participants: ZodOptional<
                ZodRecord<ZodString, ZodType<{} | null, ZodTypeDef, {} | null>>,
            >;
            payload: ZodOptional<
                ZodRecord<ZodString, ZodType<{} | null, ZodTypeDef, {} | null>>,
            >;
        },
        "strip",
        ZodTypeAny,
        {
            participants?: Record<string, {} | null>;
            payload?: Record<string, {} | null>;
        },
        {
            participants?: Record<string, {} | null>;
            payload?: Record<string, {} | null>;
        },
    > = ...

    Runtime validator for AutomationPrefills.