export interface LogtoUpdateUserPasswordDto {
    password: string;
}
