Type alias Notification

Notification: {
    account: Entity.Account;
    created_at: string;
    emoji?: string;
    id: string;
    status?: Entity.Status;
    type: NotificationType;
}

Type declaration

Generated using TypeDoc