UNPKG

stackexchange-api

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