chore: Add API report

Signed-off-by: David Zemon <david@zemon.name>
This commit is contained in:
David Zemon
2022-09-08 12:06:23 -05:00
parent 5b011fb2e6
commit dba3c15c96
+1 -1
View File
@@ -706,7 +706,7 @@ export type TokenParams = {
claims: {
sub: string;
ent?: string[];
};
} & Record<string, string | string[]>;
};
// @public (undocumented)