We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8843858 commit 8fd43e8Copy full SHA for 8fd43e8
2 files changed
LICENSE
@@ -1,7 +1,7 @@
1
MIT License
2
-----------
3
4
-Copyright (c) 2022~ Nurigo Inc (https://solapi.com)
+Copyright (c) 2022~ SOLAPI Inc (https://solapi.com)
5
Permission is hereby granted, free of charge, to any person
6
obtaining a copy of this software and associated documentation
7
files (the "Software"), to deal in the Software without
src/responses/messageResponses.ts
@@ -53,7 +53,7 @@ export type AddMessageResult = {
53
statusCode: string;
54
statusMessage: string;
55
accountId: string;
56
- customFields?: Record<string, unknown>;
+ customFields?: Record<string, string>;
57
};
58
59
export type AddMessageResponse = {
0 commit comments