UNPKG

@contentstack/management

Version:

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

9 lines (7 loc) 194 B
import { AnyProperty } from "../../utility/fields" export interface MergeQueue { fetch():Promise<AnyProperty> } export interface MergeQueues { find(params?: object): Promise<AnyProperty> }