UNPKG

stackexchange-api

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