Add api-report.md

Signed-off-by: Olivier Liechti <olivier.liechti@wasabi-tech.com>
This commit is contained in:
Olivier Liechti
2024-07-09 18:58:55 +02:00
parent 487c100100
commit e1eda89df3
+2
View File
@@ -552,6 +552,8 @@ export type PassportOAuthResult = {
// @public (undocumented)
export type PassportProfile = Profile & {
avatarUrl?: string;
email?: string;
photo?: string;
};
// @public