export interface LogtoVerifyUserPasswordDto {
    password: string;
}
