Interface NexusPostHeader

interface NexusPostHeader {
    author: string;
    category: string;
    depth: number;
    permlink: string;
}

Properties

author: string
category: string
depth: number
permlink: string