Interface NexusAccountPostsQuery

interface NexusAccountPostsQuery {
    account: string;
    limit?: number;
    observer?: null | string;
    sort: NexusAccountPostSort;
    start_author?: null | string;
    start_permlink?: null | string;
}

Properties

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