fix: correct casing of nameEn property to nameEN in Property type
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
parent
6dd20ce85f
commit
6ccefe7da5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export type Property = {
|
||||
name: string;
|
||||
nameEn: string;
|
||||
nameEN: string;
|
||||
type: Record<string, any>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue