interface IAutoClosingPair {
    close: string;
    open: string;
}

Hierarchy (view full)

Properties

Properties

close: string
open: string