Membrane SDK - v0.8.0
    Preparing search index...

    Interface WorkspaceUser

    interface WorkspaceUser {
        id: string;
        workspaceId: string;
        testCustomerId: string;
        userId: string;
        user: {
            id: string;
            name: string;
            meta?: Record<string, any>;
            internalId: string;
            fields?: Record<string, any>;
            credentials?: any;
            lastActiveAt?: string;
            isTest?: boolean;
            isBillable?: boolean;
            createdAt?: string;
            archivedAt?: string;
        };
        role: string;
    }
    Index

    Properties

    id: string
    workspaceId: string
    testCustomerId: string
    userId: string
    user: {
        id: string;
        name: string;
        meta?: Record<string, any>;
        internalId: string;
        fields?: Record<string, any>;
        credentials?: any;
        lastActiveAt?: string;
        isTest?: boolean;
        isBillable?: boolean;
        createdAt?: string;
        archivedAt?: string;
    }
    role: string