UNPKG

stackexchange-api

Version:
5 lines (4 loc) 163 B
import { GetCommentsOptions } from './GetCommentsOptions'; export interface GetCommentsOnAnswersOptions extends GetCommentsOptions { ids: string[] | string; }