Membrane React - v0.2.1
    Preparing search index...

    Interface WorkspaceUser

    interface WorkspaceUser {
        id: string;
        workspaceId: string;
        testCustomerId: string;
        userId: string;
        user: Customer;
        role: string;
    }
    Index

    Properties

    id: string
    workspaceId: string
    testCustomerId: string
    userId: string
    user: Customer
    role: string