mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-15 12:45:50 +02:00
Merge branch 'develop' into vue3
This commit is contained in:
@@ -21,6 +21,11 @@ export type FormItem = {
|
||||
default: string | null;
|
||||
hidden?: boolean;
|
||||
enum: string[];
|
||||
} | {
|
||||
label?: string;
|
||||
type: 'array';
|
||||
default: unknown[] | null;
|
||||
hidden?: boolean;
|
||||
};
|
||||
|
||||
export type Form = Record<string, FormItem>;
|
||||
|
||||
Reference in New Issue
Block a user