Interface PromiseType

interface PromiseType {
    then: (() => unknown);
}

Properties

Properties

then: (() => unknown)