export interface UpdateOrderRequest { /** The new name for the order. */ name: string; }