Interface Closer

interface Closer {
    close: (() => void);
}

Properties

Properties

close: (() => void)