@archastro/sdk
    Preparing search index...

    Variable slackChannelBindingSchemaConst

    slackChannelBindingSchema: ZodObject<
        {
            agents: ZodOptional<ZodArray<ZodString, "many">>;
            channel: ZodOptional<ZodString>;
            customer_label: ZodOptional<ZodString>;
            id: ZodString;
            integration: ZodOptional<ZodString>;
            is_ext_shared_cached: ZodOptional<ZodBoolean>;
            team: ZodOptional<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            agents?: string[];
            channel?: string;
            customer_label?: string;
            id: string;
            integration?: string;
            is_ext_shared_cached?: boolean;
            team?: string;
        },
        {
            agents?: string[];
            channel?: string;
            customer_label?: string;
            id: string;
            integration?: string;
            is_ext_shared_cached?: boolean;
            team?: string;
        },
    > = ...

    Runtime validator for SlackChannelBinding.