Membrane React - v0.2.1
    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[]