Skip to content

Commit be97398

Browse files
authored
add null to AttributesTypes (#609)
1 parent 161816b commit be97398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/management/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export type GenerateEmbeddedLinkResponse = {
358358
token: string;
359359
};
360360

361-
export type AttributesTypes = string | boolean | number | string[];
361+
export type AttributesTypes = string | boolean | number | string[] | null;
362362

363363
export type TemplateOptions = Record<string, string>; // for providing messaging template options (templates that are being sent via email / text message)
364364

0 commit comments

Comments
 (0)