1 2 3 4 5 6
export default interface Order { id: number; created_at: Date; public_id: string; total: number; }