Skip to content

Commit 1b0819f

Browse files
chore(binary): add todo
1 parent 947c1a5 commit 1b0819f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mapper/type/attribute.type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export interface NumberAttribute {
3333

3434
/**
3535
* An attribute of type Binary. For example: "B": "dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk"
36+
* TODO LOW:BINARY check for all possible types
3637
*/
3738
export interface BinaryAttribute {
3839
B: Buffer | Uint8Array | {} | string

0 commit comments

Comments
 (0)