remove duplicated type for interfaceConfig group (#16770)

This commit is contained in:
Azri Kahar
2022-12-13 00:20:07 +08:00
committed by GitHub
parent 9405e87a34
commit b39603f51c

View File

@@ -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;