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...

8 lines (7 loc) 159 B
export interface IInvoiceRow { icon_url?: string; description: string; designation: string; unit_price: number; quantity: number; }