You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
49
-
export type WithContext<T extends Thing> = T & {
48
+
"import type { JsonLdObject, IdReference } from "schema-dts-lib";
49
+
export type { JsonLdObject, IdReference };
50
+
/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
51
+
export type WithContext<T extends JsonLdObject | string> = T & {
50
52
"@context": "https://schema.org";
51
53
};
52
54
export interface Graph {
53
55
"@context": "https://schema.org";
54
56
"@graph": readonly Thing[];
55
57
}
56
58
type SchemaValue<T> = T | readonly T[];
57
-
type IdReference = {
58
-
/** IRI identifying the canonical address of this object. */
59
-
"@id": string;
60
-
};
61
59
type InputActionConstraints<T extends ActionBase> = Partial<{
62
60
[K in Exclude<keyof T, \`@\${string}\`> as \`\${string & K}-input\`]: PropertyValueSpecification | string;
"/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
69
-
export type WithContext<T extends Thing> = T & {
68
+
"import type { JsonLdObject, IdReference } from "schema-dts-lib";
69
+
export type { JsonLdObject, IdReference };
70
+
/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
71
+
export type WithContext<T extends JsonLdObject | string> = T & {
70
72
"@context": "https://schema.org";
71
73
};
72
74
export interface Graph {
73
75
"@context": "https://schema.org";
74
76
"@graph": readonly Thing[];
75
77
}
76
78
type SchemaValue<T> = T | readonly T[];
77
-
type IdReference = {
78
-
/** IRI identifying the canonical address of this object. */
79
-
"@id": string;
80
-
};
81
79
type InputActionConstraints<T extends ActionBase> = Partial<{
82
80
[K in Exclude<keyof T, \`@\${string}\`> as \`\${string & K}-input\`]: PropertyValueSpecification | string;
"/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
47
-
export type WithContext<T extends Thing> = T & {
46
+
"import type { JsonLdObject, IdReference } from "schema-dts-lib";
47
+
export type { JsonLdObject, IdReference };
48
+
/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
49
+
export type WithContext<T extends JsonLdObject | string> = T & {
48
50
"@context": "https://schema.org";
49
51
};
50
52
export interface Graph {
51
53
"@context": "https://schema.org";
52
54
"@graph": readonly Thing[];
53
55
}
54
56
type SchemaValue<T> = T | readonly T[];
55
-
type IdReference = {
56
-
/** IRI identifying the canonical address of this object. */
57
-
"@id": string;
58
-
};
59
57
type InputActionConstraints<T extends ActionBase> = Partial<{
60
58
[K in Exclude<keyof T, \`@\${string}\`> as \`\${string & K}-input\`]: PropertyValueSpecification | string;
"/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
34
-
export type WithContext<T extends Thing> = T & {
33
+
"import type { JsonLdObject, IdReference } from "schema-dts-lib";
34
+
export type { JsonLdObject, IdReference };
35
+
/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
36
+
export type WithContext<T extends JsonLdObject | string> = T & {
35
37
"@context": "https://schema.org";
36
38
};
37
39
export interface Graph {
38
40
"@context": "https://schema.org";
39
41
"@graph": readonly Thing[];
40
42
}
41
43
type SchemaValue<T> = T | readonly T[];
42
-
type IdReference = {
43
-
/** IRI identifying the canonical address of this object. */
44
-
"@id": string;
45
-
};
46
44
type InputActionConstraints<T extends ActionBase> = Partial<{
47
45
[K in Exclude<keyof T, \`@\${string}\`> as \`\${string & K}-input\`]: PropertyValueSpecification | string;
"/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
70
-
export type WithContext<T extends Thing> = T & {
69
+
"import type { JsonLdObject, IdReference } from "schema-dts-lib";
70
+
export type { JsonLdObject, IdReference };
71
+
/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
72
+
export type WithContext<T extends JsonLdObject | string> = T & {
71
73
"@context": "https://schema.org";
72
74
};
73
75
export interface Graph {
74
76
"@context": "https://schema.org";
75
77
"@graph": readonly Thing[];
76
78
}
77
79
type SchemaValue<T> = T | readonly T[];
78
-
type IdReference = {
79
-
/** IRI identifying the canonical address of this object. */
80
-
"@id": string;
81
-
};
82
80
type InputActionConstraints<T extends ActionBase> = Partial<{
83
81
[K in Exclude<keyof T, \`@\${string}\`> as \`\${string & K}-input\`]: PropertyValueSpecification | string;
"/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
51
-
export type WithContext<T extends Thing> = T & {
50
+
"import type { JsonLdObject, IdReference } from "schema-dts-lib";
51
+
export type { JsonLdObject, IdReference };
52
+
/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
53
+
export type WithContext<T extends JsonLdObject | string> = T & {
52
54
"@context": "https://schema.org";
53
55
};
54
56
export interface Graph {
55
57
"@context": "https://schema.org";
56
58
"@graph": readonly Thing[];
57
59
}
58
60
type SchemaValue<T> = T | readonly T[];
59
-
type IdReference = {
60
-
/** IRI identifying the canonical address of this object. */
61
-
"@id": string;
62
-
};
63
61
type InputActionConstraints<T extends ActionBase> = Partial<{
64
62
[K in Exclude<keyof T, \`@\${string}\`> as \`\${string & K}-input\`]: PropertyValueSpecification | string;
"/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
47
-
export type WithContext<T extends Thing> = T & {
46
+
"import type { JsonLdObject, IdReference } from "schema-dts-lib";
47
+
export type { JsonLdObject, IdReference };
48
+
/** Used at the top-level node to indicate the context for the JSON-LD objects used. The context provided in this type is compatible with the keys and URLs in the rest of this generated file. */
49
+
export type WithContext<T extends JsonLdObject | string> = T & {
48
50
"@context": "https://schema.org";
49
51
};
50
52
export interface Graph {
51
53
"@context": "https://schema.org";
52
54
"@graph": readonly Thing[];
53
55
}
54
56
type SchemaValue<T> = T | readonly T[];
55
-
type IdReference = {
56
-
/** IRI identifying the canonical address of this object. */
57
-
"@id": string;
58
-
};
59
57
type InputActionConstraints<T extends ActionBase> = Partial<{
60
58
[K in Exclude<keyof T, \`@\${string}\`> as \`\${string & K}-input\`]: PropertyValueSpecification | string;
0 commit comments