interface Notification {
    _id: string;
    data: {
        relationship: Types.Social.Relationship;
    };
    seen: boolean;
    stream: string;
    ts: string;
    type: string;
}

Properties

Properties

_id: string
data: {
    relationship: Types.Social.Relationship;
}
seen: boolean
stream: string
ts: string
type: string