mirror of
https://github.com/directus/directus.git
synced 2026-02-09 01:24:54 -05:00
remove unused type
This commit is contained in:
@@ -4,7 +4,6 @@ import { TranslateResult } from 'vue-i18n';
|
||||
export type FieldTree = {
|
||||
field: string;
|
||||
name: string | TranslateResult;
|
||||
fieldInfo?: Field;
|
||||
disabled?: boolean;
|
||||
children?: FieldTree[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user