export default interface IQuote { readonly id?: string; readonly at: Date; readonly supplier_id: string; }