Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 5b49597

Browse files
committed
feat: make encryptionAlgorithms list of string
1 parent 5c3b47e commit 5b49597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyproto/core/models/main.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace polyproto.core.Models {
1616
* item of this array and vice versa. Represents a list of OIDs.
1717
*/
1818
@minItems(1)
19-
encryptionAlgorithms: Array<Array<uint16>>;
19+
encryptionAlgorithms: string[];
2020
}
2121

2222
/**

0 commit comments

Comments
 (0)