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

    Interface GetIdentifierListItemBindingDto

    interface GetIdentifierListItemBindingDto {
        createdDate: string;
        id: string;
        isRemote: boolean;
        lastModified: string;
        name: string;
        organisationId?: string;
        state: IdentifierStateBindingEnum;
        type: IdentifierTypeBindingEnum;
    }
    Index

    Properties

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