Interface UmbAuditLogDataSource<AuditLogType>

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

Type Parameters

Methods

Methods

MMNEPVFCICPMFPCPTTAAATR