UNPKG

@userfrosting/sprinkle-account

Version:
16 lines (15 loc) 451 B
/** * API Interfaces - What the API expects and what it returns * * This interface is tied to the `SettingsEditAction` API, accessed at the * POST `/account/settings` endpoint. * * This api doesn't have a corresponding Response data interface. * The General API Response interface is used. */ // TODO : Email should be it's own form export interface PasswordEditRequest { passwordcheck: string password: string passwordc: string }