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

    Interface HistoryListItemBindingDto

    interface HistoryListItemBindingDto {
        action: HistoryActionBindingEnum;
        createdDate: string;
        entityId?: string;
        entityType: HistoryEntityTypeBindingEnum;
        id: string;
        metadata?: HistoryMetadataBinding;
        name: string;
        organisationId?: string;
        target?: string;
        user?: string;
    }
    Index

    Properties

    createdDate: string
    entityId?: string
    id: string
    name: string
    organisationId?: string
    target?: string
    user?: string