Skip to content

Variable: PluginListingSchema

ts
const PluginListingSchema: ZodObject<{
  description: ZodOptional<ZodString>;
  id: ZodString;
  locale: ZodOptional<ZodString>;
  name: ZodOptional<ZodString>;
  overview: ZodOptional<ZodString>;
}, $strip>;

Defined in: models/pluginListing.ts:5