export default interface Order { id: number; created_at: Date; public_id: string; total: number; }