Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChangePasswordResponse

This interface shows the structure of a ChangePasswordResponse

export interface ChangePasswordResponse {
token: string;
}

Hierarchy

  • ChangePasswordResponse

Index

Properties

Properties

token: string

Generated using TypeDoc