export interface StatusResponse { success: boolean; id_sale: number; status: string; }