Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Nov 29, 2024
1 parent 3b810d2 commit 6e86827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/types/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export type Manifest = {
type: string;
default: unknown;
description?: string;
items?: {
type: string;
};
properties?: Record<string, Manifest["configuration"]>;
required?: string[];
};
Expand Down

0 comments on commit 6e86827

Please sign in to comment.