Integration App SDK - v1.14.0
    Preparing search index...

    Interface OrgWorkspace

    interface OrgWorkspace {
        id: string;
        key: string;
        name: string;
        orgId: string;
        logoUri?: string;
        secret: string;
        createdAt: Date;
        updatedAt: Date;
        archivedAt?: Date;
        trialEndDate?: string;
        featureFlags?: string[];
    }
    Index

    Properties

    id: string
    key: string
    name: string
    orgId: string
    logoUri?: string
    secret: string
    createdAt: Date
    updatedAt: Date
    archivedAt?: Date
    trialEndDate?: string
    featureFlags?: string[]