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
// Warning: (ae-incompatible-release-tags) The symbol "toRequest" is marked as @public, but its signature references "_SchemaRequest" which is marked as @internal
18
-
//
19
-
// (undocumented)
20
-
toRequest():_SchemaRequest;
17
+
//@internal (undocumented)
18
+
_toRequest():_SchemaRequest;
21
19
}
22
20
23
21
// @public
@@ -496,10 +494,8 @@ export class ObjectSchema extends Schema {
496
494
properties: {
497
495
[k:string]:TypedSchema;
498
496
};
499
-
// Warning: (ae-incompatible-release-tags) The symbol "toRequest" is marked as @public, but its signature references "_SchemaRequest" which is marked as @internal
500
-
//
501
-
// (undocumented)
502
-
toRequest():_SchemaRequest;
497
+
//@internal (undocumented)
498
+
_toRequest():_SchemaRequest;
503
499
}
504
500
505
501
// @public
@@ -700,10 +696,8 @@ export class StringSchema extends Schema {
// Warning: (ae-incompatible-release-tags) The symbol "toRequest" is marked as @public, but its signature references "_SchemaRequest" which is marked as @internal
0 commit comments