refactor: bind form crud
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
This commit is contained in:
parent
aecfc4ec57
commit
1268f6e35f
5 changed files with 177 additions and 39 deletions
|
|
@ -2,8 +2,9 @@ import { Status } from '../types';
|
|||
|
||||
export type Property = {
|
||||
id?: string;
|
||||
status?: Status;
|
||||
registeredBranchId?: string;
|
||||
name: string;
|
||||
nameEN: string;
|
||||
type: Record<string, any>;
|
||||
status?: Status;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue