Interface NexusRankedPostsQuery

interface NexusRankedPostsQuery {
    limit?: number;
    observer?: null | string;
    sort: NexusSortGetRankedPost;
    start_author?: null | string;
    start_permlink?: null | string;
    tag?: null | string;
}

Properties

limit?: number
observer?: null | string
start_author?: null | string
start_permlink?: null | string
tag?: null | string