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

    Type Alias InvitationOrganisation

    The organisation that sent an Invitation, reduced to its public fields.

    type InvitationOrganisation = {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    The internal ID of the organisation.

    name: string

    The name of the organisation.