UNPKG

987 BJavaScriptView Raw
1/**
2 * Link is a reference object to another entity that can be resolved using tools such as contentful-resolve
3 */
4
5/**
6 * ResourceLink is a reference object to another entity outside of the current space/environment
7 */
8
9/** String will be in ISO8601 datetime format e.g. 2013-06-26T13:57:24Z */
10
11/* eslint-disable @typescript-eslint/no-explicit-any */
12
13/**
14 * @private
15 */
16
17/**
18 * @private
19 */
20
21/**
22 * @private
23 */
24
25/**
26 * @private
27 */
28
29/**
30 * @private
31 */
32
33/**
34 * @private
35 */
36
37/**
38 * @private
39 */
40
41/**
42 * @private
43 */
44
45/** Base interface for all Payload interfaces. Used as part of the MakeRequestOptions to simplify payload definitions. */
46// eslint-disable-next-line @typescript-eslint/no-empty-interface
47
48export let ScheduledActionReferenceFilters = /*#__PURE__*/function (ScheduledActionReferenceFilters) {
49 ScheduledActionReferenceFilters["contentTypeAnnotationNotIn"] = "sys.contentType.metadata.annotations.ContentType[nin]";
50 return ScheduledActionReferenceFilters;
51}({});
\No newline at end of file