export interface ScreenMembersOnSignupId extends ScreenMembers { loginLink: string | null; }
Was this page helpful?