Integration App React - v2.21.0
    Preparing search index...

    Interface EngineWorkspaceWithOrgData

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

    Properties

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