Interface IEphemeral

interface IEphemeral {
    events: IMinimalEvent[];
}

Properties

Properties

events: IMinimalEvent[]