UNPKG

stackexchange-api

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