@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Variable AuditOperationConst

    AuditOperation: {
        Create: "CREATE";
        Delete: "DELETE";
        ExportMrc: "EXPORT_MRC";
        ExportPkb: "EXPORT_PKB";
        ExportPv: "EXPORT_PV";
        ExportPvDocs: "EXPORT_PV_DOCS";
        ExportPvTests: "EXPORT_PV_TESTS";
        ExportRadar: "EXPORT_RADAR";
        Read: "READ";
        ReadSource: "READ_SOURCE";
        Update: "UPDATE";
    } = ...

    An enumeration.

    Type Declaration

    • ReadonlyCreate: "CREATE"
    • ReadonlyDelete: "DELETE"
    • ReadonlyExportMrc: "EXPORT_MRC"
    • ReadonlyExportPkb: "EXPORT_PKB"
    • ReadonlyExportPv: "EXPORT_PV"
    • ReadonlyExportPvDocs: "EXPORT_PV_DOCS"
    • ReadonlyExportPvTests: "EXPORT_PV_TESTS"
    • ReadonlyExportRadar: "EXPORT_RADAR"
    • ReadonlyRead: "READ"
    • ReadonlyReadSource: "READ_SOURCE"
    • ReadonlyUpdate: "UPDATE"