@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface UnitOrgMember

    Model representing a member of an organization, linking organization and member by their unique identifiers

    interface UnitOrgMember {
        memberId: string;
        orgId: string;
    }
    Index

    Properties

    Properties

    memberId: string

    The unique identifier of the member

    orgId: string

    The unique identifier of the organization