refactor!: update type

This commit is contained in:
Methapon2001 2024-06-28 09:38:35 +07:00
parent f183216a1f
commit d8c77b18b3
7 changed files with 17 additions and 17 deletions

View file

@ -7,7 +7,7 @@ export type User = {
district: District | null;
province: Province | null;
updatedAt: string;
updateBy: string;
updatedBy: string;
createdAt: string;
createdBy: string;
status: Status;