UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (8 loc) 236 B
// AUTOGENERATED -- DO NOT EDIT export interface UserResetPasswordLinkParams { /** * URL the user will be redirected to in the classic Universal Login experience once the link is used. */ redirectUrl: string; id: string; }