interface Connection {
    uuid?: string;
}

Properties

Properties

uuid?: string

custom property we attach to different dialect connections

Generated using TypeDoc