create user pages crud also update pages ui build order and car ,driver first page interfase create model layer to componants
This commit is contained in:
4
types/branch.ts
Normal file
4
types/branch.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface Branch {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user