mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
remove duplicated type for interfaceConfig group (#16770)
This commit is contained in:
@@ -20,7 +20,7 @@ export interface InterfaceConfig {
|
||||
| null;
|
||||
types: readonly Type[];
|
||||
localTypes?: readonly LocalType[];
|
||||
group?: 'standard' | 'selection' | 'relational' | 'presentation' | 'presentation' | 'group' | 'other';
|
||||
group?: 'standard' | 'selection' | 'relational' | 'presentation' | 'group' | 'other';
|
||||
order?: number;
|
||||
relational?: boolean;
|
||||
hideLabel?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user