UNPKG

@contentstack/management

Version:

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

10 lines (8 loc) 180 B
export interface AnyProperty { [propName: string]: any } export interface SystemFields extends AnyProperty { uid: string created_at?: string updated_at?: string }