@akamai/openapi-ts
    Preparing search index...

    Variable postTicketReplyRequestSchemaConst

    postTicketReplyRequestSchema: ZodObject<
        {
            body: ZodObject<{ description: ZodString }, $strip>;
            path: ZodObject<{ ticketId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...