Interface NexusPostQuery

interface NexusPostQuery {
    author: string;
    observer?: null | string;
    permlink: string;
}

Properties

author: string
observer?: null | string
permlink: string