@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface PartnerWorkspace

    A workspace connected to the partner.

    interface PartnerWorkspace {
        provisioned_at: string;
        user_count: number;
        workspace_id: string;
        workspace_name: string;
    }
    Index

    Properties

    provisioned_at: string
    user_count: number
    workspace_id: string
    workspace_name: string