export type User = { name: string; domain: string; profileHomePath: string; email: string | null; oneDrivePath: string | null; profilePicturePath: string | null; xboxGamertag: string | null; }; //# sourceMappingURL=User.d.ts.map