Revert "[@portaljs/components][xl] - @portaljs/ckan package"
This reverts commit 91c76c213c.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import { User } from "./user.interface";
|
||||
|
||||
export interface Activity {
|
||||
id: string;
|
||||
timestamp: string;
|
||||
user_id: string;
|
||||
object_id?: string;
|
||||
activity_type?: string;
|
||||
user_data?: User;
|
||||
data?: {
|
||||
package?: {
|
||||
title?: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user