Skip to content

Commit 3e93960

Browse files
authored
chore(thing-description): deprecate SecurityType #1419 (#1420)
1 parent e5bbddc commit 3e93960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/src/thing-description.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ export interface NullSchema extends BaseSchema {
135135
}
136136

137137
// TODO AutoSecurityScheme
138+
/**
139+
* @deprecated This type is deprecated and will be removed in a future release.
140+
*/
138141
export type SecurityType =
139142
| NoSecurityScheme
140143
| BasicSecurityScheme

0 commit comments

Comments
 (0)