interface ChangePasswordState {
    error: string;
    success: boolean;
}

Properties

Properties

error: string
success: boolean