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

    Type Alias OrganisationByIdResponse

    Salt API response from fetching a single organisation by ID

    type OrganisationByIdResponse = {
        organisation: Organisation;
    }
    Index

    Properties

    Properties

    organisation: Organisation