Interface IInviteState

interface IInviteState {
    events: IStrippedState[];
}

Properties

Properties

events: IStrippedState[]