refactor: add new column
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s

This commit is contained in:
Thanaphon Frappet 2025-04-11 13:24:08 +07:00
parent d1bb504174
commit febfbf4828
5 changed files with 42 additions and 7 deletions

View file

@ -28,6 +28,7 @@ export type RequestData = {
requestWork: RequestWork[];
requestDataStatus: RequestDataStatus;
dataOffice: { name: string; nameEN: string };
};
export enum RequestDataStatus {