@umbraco-cms/backoffice

    Interface UmbAuditLogRequestArgs

    interface UmbAuditLogRequestArgs {
        orderDirection?: UmbDirectionType;
        sinceDate?: string;
        skip?: number;
        take?: number;
        unique: string;
    }
    Index

    Properties

    orderDirection?: UmbDirectionType
    sinceDate?: string
    skip?: number
    take?: number
    unique: string
    MMNEPVFCICPMFPCPTTAAATR