UNPKG

@contentstack/management

Version:

The Content Management API is used to manage the content of your Contentstack account

7 lines (6 loc) 221 B
import { ContentstackCollection } from "./contentstackCollection"; export class Query<T> { find(): Promise<ContentstackCollection<T>> count(): Promise<Response> findOne(): Promise<ContentstackCollection<T>> }