UNPKG

contentful-management

Version:
51 lines (38 loc) 987 B
/** * Link is a reference object to another entity that can be resolved using tools such as contentful-resolve */ /** * ResourceLink is a reference object to another entity outside of the current space/environment */ /** String will be in ISO8601 datetime format e.g. 2013-06-26T13:57:24Z */ /* eslint-disable @typescript-eslint/no-explicit-any */ /** * @private */ /** * @private */ /** * @private */ /** * @private */ /** * @private */ /** * @private */ /** * @private */ /** * @private */ /** Base interface for all Payload interfaces. Used as part of the MakeRequestOptions to simplify payload definitions. */ // eslint-disable-next-line @typescript-eslint/no-empty-interface export let ScheduledActionReferenceFilters = /*#__PURE__*/function (ScheduledActionReferenceFilters) { ScheduledActionReferenceFilters["contentTypeAnnotationNotIn"] = "sys.contentType.metadata.annotations.ContentType[nin]"; return ScheduledActionReferenceFilters; }({});