Interface ConnectorServerStatusInterface

interface ConnectorServerStatusInterface {
    name: string;
    ok: boolean;
    type: string;
}

Properties

Properties

name: string
ok: boolean
type: string