Interface NexusPostNotificationQuery

interface NexusPostNotificationQuery {
    author: string;
    last_id?: null | number;
    limit?: number;
    min_score?: number;
    permlink: string;
}

Properties

author: string
last_id?: null | number
limit?: number
min_score?: number
permlink: string