export interface UnrestrictedUserEmailAsResponse { /** * The accountId of the user */ accountId?: string; /** * The email of the user */ email?: string; } //# sourceMappingURL=UnrestrictedUserEmailAsResponse.d.ts.map