Files
violin-home/src/entity/index.ts
T
2023-01-28 17:01:39 +08:00

7 lines
76 B
TypeScript

type Tenant = {
tenant_id: string,
account: string
}
export { Tenant }