6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
export enum EntityExpandV0 {}
|
|
|
|
export enum EntityExpand {
|
|
Invoices = "invoices",
|
|
}
|