Interface IPgConfig

interface IPgConfig {
    name: string;
    options: ClientConfig;
}

Hierarchy (view full)

Properties

Properties

name: string
options: ClientConfig