Interface NexusNotificationQuery

interface NexusNotificationQuery {
    account: string;
    last_id?: null | number;
    limit?: number;
    min_score?: number;
}

Properties

account: string
last_id?: null | number
limit?: number
min_score?: number