@procivis/react-native-one-core
    Preparing search index...

    Interface UpsertOrganisationRequest

    interface UpsertOrganisationRequest {
        deactivate?: boolean;
        id: string;
        name?: string;
    }
    Index

    Properties

    Properties

    deactivate?: boolean
    id: string
    name?: string