Interface ClickHouseCredentialsAuth

interface ClickHouseCredentialsAuth {
    password?: string;
    username?: string;
}

Properties

Properties

password?: string
username?: string