Type alias EventInterface

EventInterface: {
    eventSchema?: RawJson | null;
    tag?: string | null;
}

Type declaration

  • Optional eventSchema?: RawJson | null
  • Optional tag?: string | null

Generated using TypeDoc