refactor!: update type
This commit is contained in:
parent
f183216a1f
commit
d8c77b18b3
7 changed files with 17 additions and 17 deletions
|
|
@ -4,7 +4,7 @@ import { api } from 'src/boot/axios';
|
|||
|
||||
export interface SubDistrict {
|
||||
updatedAt: string;
|
||||
updateBy: string;
|
||||
updatedBy: string;
|
||||
createdAt: string;
|
||||
createdBy: string;
|
||||
districtId: string;
|
||||
|
|
@ -16,7 +16,7 @@ export interface SubDistrict {
|
|||
|
||||
export interface District {
|
||||
updatedAt: string;
|
||||
updateBy: string;
|
||||
updatedBy: string;
|
||||
createdAt: string;
|
||||
createdBy: string;
|
||||
provinceId: string;
|
||||
|
|
@ -27,7 +27,7 @@ export interface District {
|
|||
|
||||
export interface Province {
|
||||
updatedAt: string;
|
||||
updateBy: string;
|
||||
updatedBy: string;
|
||||
createdAt: string;
|
||||
createdBy: string;
|
||||
nameEN: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue