Interface PoolConnection

interface PoolConnection {
    __lupdo_killed: boolean;
    __lupdo_uuid: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

__lupdo_killed: boolean
__lupdo_uuid: string