source:
src/types/settings.ts@
5d6f37a
Last change on this file since 5d6f37a was 5d6f37a, checked in by , 7 weeks ago | |
---|---|
|
|
File size: 186 bytes |
Line | |
---|---|
1 | import { Customer } from 'mvpmasters-shared'; |
2 | |
3 | export type Settings = { |
4 | company: Customer; |
5 | 'company-ee': Customer; |
6 | invoice: { lastInvoiceNumber: string }; |
7 | [key: string]: any; |
8 | }; |
Note:
See TracBrowser
for help on using the repository browser.