Skip to content

Type Alias: Plugin

ts
type Plugin = z.infer<typeof PluginSchema>;

Defined in: models/plugin.ts:45