We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161816b commit be97398Copy full SHA for be97398
lib/management/types.ts
@@ -358,7 +358,7 @@ export type GenerateEmbeddedLinkResponse = {
358
token: string;
359
};
360
361
-export type AttributesTypes = string | boolean | number | string[];
+export type AttributesTypes = string | boolean | number | string[] | null;
362
363
export type TemplateOptions = Record<string, string>; // for providing messaging template options (templates that are being sent via email / text message)
364
0 commit comments