feat: use RTK Query to get order deails (#73)

This commit is contained in:
RustamRu
2025-01-26 19:20:36 +03:00
parent e3d316c418
commit 45c4ca16c8
17 changed files with 126 additions and 97 deletions

View File

@@ -26,6 +26,8 @@ export type Create = {
}
};
export type Number = string;
export type View = {
phone: Customer.PhoneNumber;
carNumber: Car.RegistrationNumber;
@@ -34,6 +36,7 @@ export type View = {
location: Washing.Location;
startWashTime: Washing.AvailableBeginDateTime;
endWashTime: Washing.AvailableEndDateTime;
orderNumber: Number,
status: Status,
notes: string;
created: IsoDate;