Variable: CreatePluginListingSchema
ts
const CreatePluginListingSchema: ZodObject<{
description: ZodOptional<ZodString>;
idPlugin: ZodUnknown;
locale: ZodOptional<ZodString>;
name: ZodOptional<ZodString>;
overview: ZodOptional<ZodString>;
}, $strip>;Defined in: parameters/createPluginListing.ts:3