check deploy
This commit is contained in:
@@ -61,6 +61,7 @@ export interface OrderRestaurant {
|
||||
domain: string;
|
||||
score: RestaurantScore;
|
||||
plan: string;
|
||||
subscriptionId: string;
|
||||
}
|
||||
|
||||
export interface OrderDeliveryMethod {
|
||||
@@ -152,7 +153,6 @@ export interface OrderItem {
|
||||
export interface OrderHistory {
|
||||
status: string;
|
||||
changedAt: string;
|
||||
desc: string | null;
|
||||
}
|
||||
|
||||
export interface OrderPayment {
|
||||
|
||||
Reference in New Issue
Block a user