UNPKG

@contentstack/management

Version:

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

6 lines (5 loc) 188 B
import { PublishConfig } from "./publish"; import { Response } from "../contentstackCollection"; export interface Unpublishable { unpublish(config: PublishConfig): Promise<Response> }