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

    Variable postTicketAttachmentRequestSchemaConst

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