Circle V2 API Docs
    Preparing search index...

    Type Alias OrgSettingDefinition<S>

    type OrgSettingDefinition<S extends z.ZodType = z.ZodType> = {
        default: z.infer<S>;
        description: string;
        schema: S;
    }

    Type Parameters

    • S extends z.ZodType = z.ZodType
    Index

    Properties

    default: z.infer<S>
    description: string
    schema: S