@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias InvitationInviter

    The collaborator who sent an Invitation.

    type InvitationInviter = {
        address: string;
        name: string | null;
    }
    Index

    Properties

    Properties

    address: string

    The address of the collaborator who sent the invitation.

    name: string | null

    The name of the collaborator, or null if they have not set one.