Interface OutputEvents<O>

interface OutputEvents<O> {
    data: O;
}

Type Parameters

Properties

Properties

data: O