Update interface.ts
This commit is contained in:
parent
049a7d06dc
commit
7e1734aab6
@ -125,7 +125,7 @@ export interface Entry<T = ObjectValue> {
|
|||||||
error?: string;
|
error?: string;
|
||||||
i18n?: {
|
i18n?: {
|
||||||
[locale: string]: {
|
[locale: string]: {
|
||||||
data: EntryData;
|
data: Partial<T>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
meta?: {
|
meta?: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user