Skip to main content

Variable: AuthSettingsResponseSchema

const AuthSettingsResponseSchema: ZodObject<{
success: ZodBoolean;
data: ZodRecord<ZodString, ZodUnknown>;
}, "passthrough", ZodTypeAny, objectOutputType<{
success: ZodBoolean;
data: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">, objectInputType<{
success: ZodBoolean;
data: ZodRecord<ZodString, ZodUnknown>;
}, ZodTypeAny, "passthrough">>;

Defined in: src/models/ai-gateway.ts:915

organisations/{tsg}/auth-settings.