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

    Type Alias Organisation

    Represents an Organisation in Salt.

    type Organisation = {
        collaborators: Collaborator[];
        id: string;
        lastUpdated: string | null;
        name: string;
        termsAcceptedVersion: number | null;
    }
    Index

    Properties

    collaborators: Collaborator[]

    The collaborators of the Organisation

    [{
    name: 'John Doe',
    address: '0x1234567890123456789012345678901234567890',
    role: 'Admin',
    accessLevel: 1,
    status: 'Active',
    }]
    id: string

    Unique identifier of the organisation

    '6824aa9c27c0fa91b32800a4'
    
    lastUpdated: string | null

    The last time the Organisation was updated

    '2021-01-01T00:00:00.000Z'
    
    name: string

    The display name of the Organisation

    'My Organisation'
    
    termsAcceptedVersion: number | null

    The Terms and Conditions revision that has been accepted by the Organisation creator

    1