@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbAuditLogDataSource<AuditLogType>

    interface UmbAuditLogDataSource<AuditLogType extends UmbAuditLogModel> {
        getAuditLog(
            args: UmbAuditLogRequestArgs,
        ): Promise<UmbDataSourceResponse<UmbPagedModel<AuditLogType>>>;
    }

    Type Parameters

    Index

    Methods

    Methods