fix: properly translate static table headers (#904)
This commit is contained in:
committed by
GitHub
parent
8d82966165
commit
a606e4c9fe
@ -568,11 +568,6 @@ export abstract class BackendClass {
|
||||
}>;
|
||||
}
|
||||
|
||||
export interface LocalePhrasesRoot {
|
||||
[property: string]: LocalePhrases;
|
||||
}
|
||||
export type LocalePhrases = string | { [property: string]: LocalePhrases };
|
||||
|
||||
export type CustomIcon = FunctionComponent;
|
||||
|
||||
export type WidgetValueSerializer = {
|
||||
@ -1193,6 +1188,5 @@ export interface CollectionEntryData {
|
||||
viewStyle: ViewStyle;
|
||||
entry: Entry;
|
||||
key: string;
|
||||
summaryFields: string[];
|
||||
collectionLabel?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user