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

    Interface CreateOrganisationRequest

    interface CreateOrganisationRequest {
        id?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: string

    If no UUID is passed, one will be created.

    name?: string

    If no name is passed, the UUID will be used.