feat: add RTK for master
This commit is contained in:
12
src/models/api/master.ts
Normal file
12
src/models/api/master.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface Schedule {
|
||||
id: string;
|
||||
startWashTime: string;
|
||||
endWashTime: string;
|
||||
}
|
||||
|
||||
export type Master = {
|
||||
id: string;
|
||||
name: string;
|
||||
phone: string;
|
||||
schedule: Schedule[];
|
||||
};
|
||||
Reference in New Issue
Block a user