Skip to main content

Variable: CustomerAppDeleteResponseSchema

const CustomerAppDeleteResponseSchema: ZodUnion<[ZodEffects<ZodString, {
message: string;
}, string>, ZodObject<{
message: ZodString;
}, "passthrough", ZodTypeAny, objectOutputType<{
message: ZodString;
}, ZodTypeAny, "passthrough">, objectInputType<{
message: ZodString;
}, ZodTypeAny, "passthrough">>]>;

Defined in: src/models/mgmt-customer-app.ts:68

Zod schema for a customer app deletion response.