UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

9 lines (8 loc) 222 B
import { TInvoiceTypes, TServices } from "../../types"; export interface IInvoiceInformations { id: string; invoice_type: TInvoiceTypes; service: TServices; client_name: string; date: string; }