Skip to main content

Variable: DeleteTopicResponseSchema

const DeleteTopicResponseSchema: 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-custom-topic.ts:57

Zod schema for a topic deletion response.