interface Meta {
    errors: any[];
    hasNext: boolean;
    maxId: string;
    minId: string;
    status: number;
}

Properties

errors: any[]
hasNext: boolean
maxId: string
minId: string
status: number