Member Junction
    Preparing search index...

    Recipient for sharing (used in autocomplete)

    interface ShareRecipient {
        email?: string;
        id: string;
        name: string;
        type: "User" | "Role";
    }
    Index

    Properties

    Properties

    email?: string

    Email (only for users)

    id: string

    User or Role ID

    name: string

    Display name

    type: "User" | "Role"

    Type of recipient