mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix creating new collections
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { Field } from './field';
|
||||
|
||||
export type Collection = {
|
||||
collection: string;
|
||||
note: string | null;
|
||||
@@ -5,4 +7,5 @@ export type Collection = {
|
||||
single: boolean;
|
||||
icon: string | null;
|
||||
translation: Record<string, string>;
|
||||
fields?: Field[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user