Variable: DeleteProfileResponseSchema
const DeleteProfileResponseSchema: 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-security-profile.ts:305
Zod schema for a profile deletion response.