Interface IKnockState

interface IKnockState {
    events: IStrippedState[];
}

Properties

Properties

events: IStrippedState[]