Skip to content

Commit 93c7b46

Browse files
authored
build(server): Update type tests to 5.0 baseline (#21551)
Commands used: ```shell flub typetests -g server --reset --normalize --previous pnpm i pnpm build ``` [AB#8473](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/8473)
1 parent 187f480 commit 93c7b46

File tree

28 files changed

+498
-449
lines changed

28 files changed

+498
-449
lines changed

server/routerlicious/packages/gitresources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@fluidframework/build-common": "^2.0.3",
3434
"@fluidframework/build-tools": "^0.38.0",
3535
"@fluidframework/eslint-config-fluid": "^5.2.0",
36-
"@fluidframework/gitresources-previous": "npm:@fluidframework/gitresources@4.0.0",
36+
"@fluidframework/gitresources-previous": "npm:@fluidframework/gitresources@5.0.0",
3737
"@microsoft/api-extractor": "^7.45.1",
3838
"concurrently": "^8.2.1",
3939
"copyfiles": "^2.4.1",

server/routerlicious/packages/kafka-orderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@fluidframework/build-common": "^2.0.3",
3737
"@fluidframework/build-tools": "^0.38.0",
3838
"@fluidframework/eslint-config-fluid": "^5.2.0",
39-
"@fluidframework/server-kafka-orderer-previous": "npm:@fluidframework/server-kafka-orderer@4.0.0",
39+
"@fluidframework/server-kafka-orderer-previous": "npm:@fluidframework/server-kafka-orderer@5.0.0",
4040
"@types/node": "^18.17.1",
4141
"concurrently": "^8.2.1",
4242
"eslint": "~8.55.0",

server/routerlicious/packages/lambdas-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@fluidframework/build-common": "^2.0.3",
6969
"@fluidframework/build-tools": "^0.38.0",
7070
"@fluidframework/eslint-config-fluid": "^5.2.0",
71-
"@fluidframework/server-lambdas-driver-previous": "npm:@fluidframework/server-lambdas-driver@4.0.0",
71+
"@fluidframework/server-lambdas-driver-previous": "npm:@fluidframework/server-lambdas-driver@5.0.0",
7272
"@fluidframework/server-test-utils": "workspace:~",
7373
"@types/async": "^3.2.9",
7474
"@types/lodash": "^4.14.118",

server/routerlicious/packages/lambdas/package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@fluidframework/build-common": "^2.0.3",
8080
"@fluidframework/build-tools": "^0.38.0",
8181
"@fluidframework/eslint-config-fluid": "^5.2.0",
82-
"@fluidframework/server-lambdas-previous": "npm:@fluidframework/server-lambdas@4.0.0",
82+
"@fluidframework/server-lambdas-previous": "npm:@fluidframework/server-lambdas@5.0.0",
8383
"@fluidframework/server-test-utils": "workspace:~",
8484
"@types/async": "^3.2.9",
8585
"@types/json-stringify-safe": "^5.0.0",
@@ -102,13 +102,6 @@
102102
"webpack": "^5.82.0"
103103
},
104104
"typeValidation": {
105-
"broken": {
106-
"ClassDeclaration_DeliLambda": {
107-
"backCompat": false
108-
},
109-
"InterfaceDeclaration_ICheckpointParams": {
110-
"backCompat": false
111-
}
112-
}
105+
"broken": {}
113106
}
114107
}

server/routerlicious/packages/lambdas/src/test/types/validateServerLambdasPrevious.generated.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ declare function get_current_ClassDeclaration_DeliLambda():
165165
declare function use_old_ClassDeclaration_DeliLambda(
166166
use: TypeOnly<old.DeliLambda>): void;
167167
use_old_ClassDeclaration_DeliLambda(
168-
// @ts-expect-error compatibility expected to be broken
169168
get_current_ClassDeclaration_DeliLambda());
170169

171170
/*
@@ -286,7 +285,6 @@ declare function get_current_InterfaceDeclaration_ICheckpointParams():
286285
declare function use_old_InterfaceDeclaration_ICheckpointParams(
287286
use: TypeOnly<old.ICheckpointParams>): void;
288287
use_old_InterfaceDeclaration_ICheckpointParams(
289-
// @ts-expect-error compatibility expected to be broken
290288
get_current_InterfaceDeclaration_ICheckpointParams());
291289

292290
/*

server/routerlicious/packages/local-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@fluidframework/build-common": "^2.0.3",
7676
"@fluidframework/build-tools": "^0.38.0",
7777
"@fluidframework/eslint-config-fluid": "^5.2.0",
78-
"@fluidframework/server-local-server-previous": "npm:@fluidframework/server-local-server@4.0.0",
78+
"@fluidframework/server-local-server-previous": "npm:@fluidframework/server-local-server@5.0.0",
7979
"@microsoft/api-extractor": "^7.45.1",
8080
"@types/jsrsasign": "^10.5.12",
8181
"@types/mocha": "^10.0.1",

server/routerlicious/packages/memory-orderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@fluidframework/build-common": "^2.0.3",
8383
"@fluidframework/build-tools": "^0.38.0",
8484
"@fluidframework/eslint-config-fluid": "^5.2.0",
85-
"@fluidframework/server-memory-orderer-previous": "npm:@fluidframework/server-memory-orderer@4.0.0",
85+
"@fluidframework/server-memory-orderer-previous": "npm:@fluidframework/server-memory-orderer@5.0.0",
8686
"@types/mocha": "^10.0.1",
8787
"@types/uuid": "^9.0.2",
8888
"c8": "^8.0.1",

server/routerlicious/packages/protocol-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@fluidframework/build-common": "^2.0.3",
7070
"@fluidframework/build-tools": "^0.38.0",
7171
"@fluidframework/eslint-config-fluid": "^5.2.0",
72-
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@4.0.0",
72+
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@5.0.0",
7373
"@microsoft/api-extractor": "^7.45.1",
7474
"@types/assert": "^1.5.1",
7575
"@types/mocha": "^10.0.1",

server/routerlicious/packages/routerlicious-base/package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@fluidframework/build-tools": "^0.38.0",
9292
"@fluidframework/eslint-config-fluid": "^5.2.0",
9393
"@fluidframework/server-local-server": "workspace:~",
94-
"@fluidframework/server-routerlicious-base-previous": "npm:@fluidframework/server-routerlicious-base@4.0.0",
94+
"@fluidframework/server-routerlicious-base-previous": "npm:@fluidframework/server-routerlicious-base@5.0.0",
9595
"@fluidframework/server-test-utils": "workspace:~",
9696
"@types/body-parser": "^1.19.2",
9797
"@types/bytes": "^3.0.0",
@@ -130,13 +130,6 @@
130130
}
131131
},
132132
"typeValidation": {
133-
"broken": {
134-
"ClassDeclaration_NexusResources": {
135-
"backCompat": false
136-
},
137-
"ClassDeclaration_RiddlerResources": {
138-
"forwardCompat": false
139-
}
140-
}
133+
"broken": {}
141134
}
142135
}

server/routerlicious/packages/routerlicious-base/src/test/types/validateServerRouterliciousBasePrevious.generated.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ declare function get_current_ClassDeclaration_NexusResources():
405405
declare function use_old_ClassDeclaration_NexusResources(
406406
use: TypeOnly<old.NexusResources>): void;
407407
use_old_ClassDeclaration_NexusResources(
408-
// @ts-expect-error compatibility expected to be broken
409408
get_current_ClassDeclaration_NexusResources());
410409

411410
/*
@@ -514,7 +513,6 @@ declare function get_old_ClassDeclaration_RiddlerResources():
514513
declare function use_current_ClassDeclaration_RiddlerResources(
515514
use: TypeOnly<current.RiddlerResources>): void;
516515
use_current_ClassDeclaration_RiddlerResources(
517-
// @ts-expect-error compatibility expected to be broken
518516
get_old_ClassDeclaration_RiddlerResources());
519517

520518
/*

server/routerlicious/packages/routerlicious/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@fluidframework/build-tools": "^0.38.0",
6565
"@fluidframework/eslint-config-fluid": "^5.2.0",
6666
"@fluidframework/server-local-server": "workspace:~",
67-
"@fluidframework/server-routerlicious-previous": "npm:@fluidframework/server-routerlicious@4.0.0",
67+
"@fluidframework/server-routerlicious-previous": "npm:@fluidframework/server-routerlicious@5.0.0",
6868
"@fluidframework/server-test-utils": "workspace:~",
6969
"@types/nconf": "^0.10.2",
7070
"@types/node": "^18.17.1",

server/routerlicious/packages/services-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@fluidframework/build-common": "^2.0.3",
7878
"@fluidframework/build-tools": "^0.38.0",
7979
"@fluidframework/eslint-config-fluid": "^5.2.0",
80-
"@fluidframework/server-services-client-previous": "npm:@fluidframework/server-services-client@4.0.0",
80+
"@fluidframework/server-services-client-previous": "npm:@fluidframework/server-services-client@5.0.0",
8181
"@microsoft/api-extractor": "^7.45.1",
8282
"@types/debug": "^4.1.5",
8383
"@types/jsrsasign": "^10.5.12",

server/routerlicious/packages/services-client/src/test/types/validateServerServicesClientPrevious.generated.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,30 @@ declare function use_old_InterfaceDeclaration_IWriteSummaryResponse(
983983
use_old_InterfaceDeclaration_IWriteSummaryResponse(
984984
get_current_InterfaceDeclaration_IWriteSummaryResponse());
985985

986+
/*
987+
* Validate forward compat by using old type in place of current type
988+
* If breaking change required, add in package.json under typeValidation.broken:
989+
* "EnumDeclaration_InternalErrorCode": {"forwardCompat": false}
990+
*/
991+
declare function get_old_EnumDeclaration_InternalErrorCode():
992+
TypeOnly<old.InternalErrorCode>;
993+
declare function use_current_EnumDeclaration_InternalErrorCode(
994+
use: TypeOnly<current.InternalErrorCode>): void;
995+
use_current_EnumDeclaration_InternalErrorCode(
996+
get_old_EnumDeclaration_InternalErrorCode());
997+
998+
/*
999+
* Validate back compat by using current type in place of old type
1000+
* If breaking change required, add in package.json under typeValidation.broken:
1001+
* "EnumDeclaration_InternalErrorCode": {"backCompat": false}
1002+
*/
1003+
declare function get_current_EnumDeclaration_InternalErrorCode():
1004+
TypeOnly<current.InternalErrorCode>;
1005+
declare function use_old_EnumDeclaration_InternalErrorCode(
1006+
use: TypeOnly<old.InternalErrorCode>): void;
1007+
use_old_EnumDeclaration_InternalErrorCode(
1008+
get_current_EnumDeclaration_InternalErrorCode());
1009+
9861010
/*
9871011
* Validate forward compat by using old type in place of current type
9881012
* If breaking change required, add in package.json under typeValidation.broken:

server/routerlicious/packages/services-core/package.json

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@fluidframework/build-common": "^2.0.3",
4646
"@fluidframework/build-tools": "^0.38.0",
4747
"@fluidframework/eslint-config-fluid": "^5.2.0",
48-
"@fluidframework/server-services-core-previous": "npm:@fluidframework/server-services-core@4.0.0",
48+
"@fluidframework/server-services-core-previous": "npm:@fluidframework/server-services-core@5.0.0",
4949
"concurrently": "^8.2.1",
5050
"eslint": "~8.55.0",
5151
"prettier": "~3.0.3",
@@ -61,31 +61,6 @@
6161
}
6262
},
6363
"typeValidation": {
64-
"broken": {
65-
"VariableDeclaration_DefaultServiceConfiguration": {
66-
"forwardCompat": false
67-
},
68-
"InterfaceDeclaration_IServerConfiguration": {
69-
"forwardCompat": false
70-
},
71-
"InterfaceDeclaration_IServiceConfiguration": {
72-
"forwardCompat": false
73-
},
74-
"InterfaceDeclaration_IScribeServerConfiguration": {
75-
"forwardCompat": false
76-
},
77-
"InterfaceDeclaration_IOrdererConnection": {
78-
"forwardCompat": false
79-
},
80-
"InterfaceDeclaration_IScribe": {
81-
"forwardCompat": false
82-
},
83-
"InterfaceDeclaration_IDeliServerConfiguration": {
84-
"forwardCompat": false
85-
},
86-
"InterfaceDeclaration_IDeliState": {
87-
"backCompat": false
88-
}
89-
}
64+
"broken": {}
9065
}
9166
}

server/routerlicious/packages/services-core/src/test/types/validateServerServicesCorePrevious.generated.ts

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ declare function get_old_VariableDeclaration_DefaultServiceConfiguration():
201201
declare function use_current_VariableDeclaration_DefaultServiceConfiguration(
202202
use: TypeOnly<typeof current.DefaultServiceConfiguration>): void;
203203
use_current_VariableDeclaration_DefaultServiceConfiguration(
204-
// @ts-expect-error compatibility expected to be broken
205204
get_old_VariableDeclaration_DefaultServiceConfiguration());
206205

207206
/*
@@ -802,7 +801,6 @@ declare function get_old_InterfaceDeclaration_IDeliServerConfiguration():
802801
declare function use_current_InterfaceDeclaration_IDeliServerConfiguration(
803802
use: TypeOnly<current.IDeliServerConfiguration>): void;
804803
use_current_InterfaceDeclaration_IDeliServerConfiguration(
805-
// @ts-expect-error compatibility expected to be broken
806804
get_old_InterfaceDeclaration_IDeliServerConfiguration());
807805

808806
/*
@@ -839,7 +837,6 @@ declare function get_current_InterfaceDeclaration_IDeliState():
839837
declare function use_old_InterfaceDeclaration_IDeliState(
840838
use: TypeOnly<old.IDeliState>): void;
841839
use_old_InterfaceDeclaration_IDeliState(
842-
// @ts-expect-error compatibility expected to be broken
843840
get_current_InterfaceDeclaration_IDeliState());
844841

845842
/*
@@ -1428,7 +1425,6 @@ declare function get_old_InterfaceDeclaration_IOrdererConnection():
14281425
declare function use_current_InterfaceDeclaration_IOrdererConnection(
14291426
use: TypeOnly<current.IOrdererConnection>): void;
14301427
use_current_InterfaceDeclaration_IOrdererConnection(
1431-
// @ts-expect-error compatibility expected to be broken
14321428
get_old_InterfaceDeclaration_IOrdererConnection());
14331429

14341430
/*
@@ -1981,7 +1977,6 @@ declare function get_old_InterfaceDeclaration_IScribe():
19811977
declare function use_current_InterfaceDeclaration_IScribe(
19821978
use: TypeOnly<current.IScribe>): void;
19831979
use_current_InterfaceDeclaration_IScribe(
1984-
// @ts-expect-error compatibility expected to be broken
19851980
get_old_InterfaceDeclaration_IScribe());
19861981

19871982
/*
@@ -2006,7 +2001,6 @@ declare function get_old_InterfaceDeclaration_IScribeServerConfiguration():
20062001
declare function use_current_InterfaceDeclaration_IScribeServerConfiguration(
20072002
use: TypeOnly<current.IScribeServerConfiguration>): void;
20082003
use_current_InterfaceDeclaration_IScribeServerConfiguration(
2009-
// @ts-expect-error compatibility expected to be broken
20102004
get_old_InterfaceDeclaration_IScribeServerConfiguration());
20112005

20122006
/*
@@ -2103,7 +2097,6 @@ declare function get_old_InterfaceDeclaration_IServerConfiguration():
21032097
declare function use_current_InterfaceDeclaration_IServerConfiguration(
21042098
use: TypeOnly<current.IServerConfiguration>): void;
21052099
use_current_InterfaceDeclaration_IServerConfiguration(
2106-
// @ts-expect-error compatibility expected to be broken
21072100
get_old_InterfaceDeclaration_IServerConfiguration());
21082101

21092102
/*
@@ -2128,7 +2121,6 @@ declare function get_old_InterfaceDeclaration_IServiceConfiguration():
21282121
declare function use_current_InterfaceDeclaration_IServiceConfiguration(
21292122
use: TypeOnly<current.IServiceConfiguration>): void;
21302123
use_current_InterfaceDeclaration_IServiceConfiguration(
2131-
// @ts-expect-error compatibility expected to be broken
21322124
get_old_InterfaceDeclaration_IServiceConfiguration());
21332125

21342126
/*
@@ -3607,6 +3599,30 @@ declare function use_old_FunctionDeclaration_extractBoxcar(
36073599
use_old_FunctionDeclaration_extractBoxcar(
36083600
get_current_FunctionDeclaration_extractBoxcar());
36093601

3602+
/*
3603+
* Validate forward compat by using old type in place of current type
3604+
* If breaking change required, add in package.json under typeValidation.broken:
3605+
* "VariableDeclaration_httpUsageStorageId": {"forwardCompat": false}
3606+
*/
3607+
declare function get_old_VariableDeclaration_httpUsageStorageId():
3608+
TypeOnly<typeof old.httpUsageStorageId>;
3609+
declare function use_current_VariableDeclaration_httpUsageStorageId(
3610+
use: TypeOnly<typeof current.httpUsageStorageId>): void;
3611+
use_current_VariableDeclaration_httpUsageStorageId(
3612+
get_old_VariableDeclaration_httpUsageStorageId());
3613+
3614+
/*
3615+
* Validate back compat by using current type in place of old type
3616+
* If breaking change required, add in package.json under typeValidation.broken:
3617+
* "VariableDeclaration_httpUsageStorageId": {"backCompat": false}
3618+
*/
3619+
declare function get_current_VariableDeclaration_httpUsageStorageId():
3620+
TypeOnly<typeof current.httpUsageStorageId>;
3621+
declare function use_old_VariableDeclaration_httpUsageStorageId(
3622+
use: TypeOnly<typeof old.httpUsageStorageId>): void;
3623+
use_old_VariableDeclaration_httpUsageStorageId(
3624+
get_current_VariableDeclaration_httpUsageStorageId());
3625+
36103626
/*
36113627
* Validate forward compat by using old type in place of current type
36123628
* If breaking change required, add in package.json under typeValidation.broken:

server/routerlicious/packages/services-ordering-kafkanode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@fluidframework/build-common": "^2.0.3",
4444
"@fluidframework/build-tools": "^0.38.0",
4545
"@fluidframework/eslint-config-fluid": "^5.2.0",
46-
"@fluidframework/server-services-ordering-kafkanode-previous": "npm:@fluidframework/server-services-ordering-kafkanode@4.0.0",
46+
"@fluidframework/server-services-ordering-kafkanode-previous": "npm:@fluidframework/server-services-ordering-kafkanode@5.0.0",
4747
"@fluidframework/server-test-utils": "workspace:~",
4848
"@types/debug": "^4.1.5",
4949
"@types/lru-cache": "^5.1.0",

server/routerlicious/packages/services-ordering-rdkafka/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@fluidframework/build-common": "^2.0.3",
4343
"@fluidframework/build-tools": "^0.38.0",
4444
"@fluidframework/eslint-config-fluid": "^5.2.0",
45-
"@fluidframework/server-services-ordering-rdkafka-previous": "npm:@fluidframework/server-services-ordering-rdkafka@4.0.0",
45+
"@fluidframework/server-services-ordering-rdkafka-previous": "npm:@fluidframework/server-services-ordering-rdkafka@5.0.0",
4646
"@fluidframework/server-test-utils": "workspace:~",
4747
"@types/amqplib": "^0.5.17",
4848
"@types/debug": "^4.1.5",

server/routerlicious/packages/services-ordering-rdkafka/src/test/types/validateServerServicesOrderingRdkafkaPrevious.generated.ts

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,54 @@ declare function use_old_InterfaceDeclaration_IKafkaProducerOptions(
7171
use_old_InterfaceDeclaration_IKafkaProducerOptions(
7272
get_current_InterfaceDeclaration_IKafkaProducerOptions());
7373

74+
/*
75+
* Validate forward compat by using old type in place of current type
76+
* If breaking change required, add in package.json under typeValidation.broken:
77+
* "InterfaceDeclaration_IOauthBearerConfig": {"forwardCompat": false}
78+
*/
79+
declare function get_old_InterfaceDeclaration_IOauthBearerConfig():
80+
TypeOnly<old.IOauthBearerConfig>;
81+
declare function use_current_InterfaceDeclaration_IOauthBearerConfig(
82+
use: TypeOnly<current.IOauthBearerConfig>): void;
83+
use_current_InterfaceDeclaration_IOauthBearerConfig(
84+
get_old_InterfaceDeclaration_IOauthBearerConfig());
85+
86+
/*
87+
* Validate back compat by using current type in place of old type
88+
* If breaking change required, add in package.json under typeValidation.broken:
89+
* "InterfaceDeclaration_IOauthBearerConfig": {"backCompat": false}
90+
*/
91+
declare function get_current_InterfaceDeclaration_IOauthBearerConfig():
92+
TypeOnly<current.IOauthBearerConfig>;
93+
declare function use_old_InterfaceDeclaration_IOauthBearerConfig(
94+
use: TypeOnly<old.IOauthBearerConfig>): void;
95+
use_old_InterfaceDeclaration_IOauthBearerConfig(
96+
get_current_InterfaceDeclaration_IOauthBearerConfig());
97+
98+
/*
99+
* Validate forward compat by using old type in place of current type
100+
* If breaking change required, add in package.json under typeValidation.broken:
101+
* "InterfaceDeclaration_IOauthBearerResponse": {"forwardCompat": false}
102+
*/
103+
declare function get_old_InterfaceDeclaration_IOauthBearerResponse():
104+
TypeOnly<old.IOauthBearerResponse>;
105+
declare function use_current_InterfaceDeclaration_IOauthBearerResponse(
106+
use: TypeOnly<current.IOauthBearerResponse>): void;
107+
use_current_InterfaceDeclaration_IOauthBearerResponse(
108+
get_old_InterfaceDeclaration_IOauthBearerResponse());
109+
110+
/*
111+
* Validate back compat by using current type in place of old type
112+
* If breaking change required, add in package.json under typeValidation.broken:
113+
* "InterfaceDeclaration_IOauthBearerResponse": {"backCompat": false}
114+
*/
115+
declare function get_current_InterfaceDeclaration_IOauthBearerResponse():
116+
TypeOnly<current.IOauthBearerResponse>;
117+
declare function use_old_InterfaceDeclaration_IOauthBearerResponse(
118+
use: TypeOnly<old.IOauthBearerResponse>): void;
119+
use_old_InterfaceDeclaration_IOauthBearerResponse(
120+
get_current_InterfaceDeclaration_IOauthBearerResponse());
121+
74122
/*
75123
* Validate forward compat by using old type in place of current type
76124
* If breaking change required, add in package.json under typeValidation.broken:

0 commit comments

Comments
 (0)