Interface NexusUnreadNotificationsQuery

interface NexusUnreadNotificationsQuery {
    account: string;
    min_score?: number;
}

Properties

Properties

account: string
min_score?: number