Skip to content

Commit 8fd43e8

Browse files
Update LICENSE, messageResponses.ts
1 parent 8843858 commit 8fd43e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22
-----------
33

4-
Copyright (c) 2022~ Nurigo Inc (https://solapi.com)
4+
Copyright (c) 2022~ SOLAPI Inc (https://solapi.com)
55
Permission is hereby granted, free of charge, to any person
66
obtaining a copy of this software and associated documentation
77
files (the "Software"), to deal in the Software without

src/responses/messageResponses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export type AddMessageResult = {
5353
statusCode: string;
5454
statusMessage: string;
5555
accountId: string;
56-
customFields?: Record<string, unknown>;
56+
customFields?: Record<string, string>;
5757
};
5858

5959
export type AddMessageResponse = {

0 commit comments

Comments
 (0)