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

    Interface IdentifierListItem

    interface IdentifierListItem {
        createdDate: string;
        id: string;
        isRemote: boolean;
        lastModified: string;
        name: string;
        organisationId?: string;
        state: IdentifierState;
        type: IdentifierType;
    }
    Index

    Properties

    createdDate: string
    id: string
    isRemote: boolean
    lastModified: string
    name: string
    organisationId?: string