Variable: GatewayOrganisationUpdateRequestSchema
const GatewayOrganisationUpdateRequestSchema: ZodEffects<ZodObject<{
name: ZodOptional<ZodString>;
}, "strip", ZodType<GatewayJsonValue, ZodTypeDef, GatewayJsonValue>, {
name?: string;
}, {
name?: string;
}>, {
[key: string]: any;
}, {
[key: string]: any;
}>;
Defined in: src/models/ai-gateway-requests.ts:537