@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: IdentifierStateEnum;
        type: IdentifierTypeEnum;
    }

    Hierarchy (View Summary)

    Index

    Properties

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