interface StackExchangeAnswer {
    has_more: boolean;
    items: StackExchangeItem[];
    quota_max: number;
    quota_remaining: number;
}

Properties

has_more: boolean
quota_max: number
quota_remaining: number

Generated using TypeDoc