Interface NexusPayoutStats

interface NexusPayoutStats {
    blogs: number;
    items: [string, string, number, number, null | number][];
    total: number;
}

Properties

Properties

blogs: number
items: [string, string, number, number, null | number][]
total: number