Interface EngineWorkspaceWithOrgData

interface EngineWorkspaceWithOrgData {
    id: string;
    key: string;
    limits: WorkspaceLimits;
    workspaceId: string;
    workspaceName: string;
    orgId: string;
    orgName: string;
    type?: WorkspaceType;
    isTrial: string;
}

Properties

id: string
key: string
workspaceId: string
workspaceName: string
orgId: string
orgName: string
isTrial: string