1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00
budibase/packages/types/src/documents/account/account.ts

7 lines
106 B
TypeScript
Raw Normal View History

2022-05-05 19:32:14 +12:00
import { Hosting } from "../../core"
export interface Account {
accountId: string
hosting: Hosting
}