refactor: add new column
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
d1bb504174
commit
febfbf4828
5 changed files with 42 additions and 7 deletions
|
|
@ -28,6 +28,7 @@ export type RequestData = {
|
|||
|
||||
requestWork: RequestWork[];
|
||||
requestDataStatus: RequestDataStatus;
|
||||
dataOffice: { name: string; nameEN: string };
|
||||
};
|
||||
|
||||
export enum RequestDataStatus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue