Variable: OrganisationSelfResponseSchema
const OrganisationSelfResponseSchema: 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:909
organisations/self. Wrapped in {success, data} unlike the other admin resources.