import { InvoiceType } from "../typings"; export default function getInvoiceTypes(): { label: string; value: InvoiceType; }[];