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

    Interface OrgUser

    interface OrgUser {
        id: string;
        orgId: string;
        userId: string;
        role: OrgUserRole;
        status: OrgUserStatus;
        workspaces: string[];
        user: PlatformUser;
    }
    Index

    Properties

    id: string
    orgId: string
    userId: string
    workspaces: string[]