ActedNotification: {
    __typename: "ActedNotification";
    actions: OpenActionProfileActed[];
    id: string;
    publication: Comment | Mirror | Post | Quote;
}

Type declaration