interface ActivityEntry {
    action: string;
    id: string;
}

Properties

Properties

action: string
id: string