Type alias StreamEventProperties

StreamEventProperties: {
    asset_id: number;
    company_id: number;
    rerun?: Rerun;
}

Type declaration

  • asset_id: number
  • company_id: number

    company id.

  • Optional rerun?: Rerun

    rerun metadata.