import * as z from "zod"; export type UpdateRequestBody7 = { /** * Rich text description of the incident status */ description: string; /** * Unique name of this status */ name: string; }; /** @internal */ export declare const UpdateRequestBody7$inboundSchema: z.ZodType; /** @internal */ export type UpdateRequestBody7$Outbound = { description: string; name: string; }; /** @internal */ export declare const UpdateRequestBody7$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace UpdateRequestBody7$ { /** @deprecated use `UpdateRequestBody7$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `UpdateRequestBody7$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `UpdateRequestBody7$Outbound` instead. */ type Outbound = UpdateRequestBody7$Outbound; } //# sourceMappingURL=updaterequestbody7.d.ts.map