fix: cleanup temp code
This commit is contained in:
parent
6ea53dc652
commit
d35ca7f3ba
4 changed files with 6 additions and 46 deletions
|
|
@ -5,7 +5,7 @@ export interface Locale {
|
|||
}
|
||||
|
||||
export interface Layout<T> {
|
||||
layout: (keyof T)[];
|
||||
layout: (keyof T)[] | null;
|
||||
data: { [K in keyof T]: T[K] | null };
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue