Type alias PollingLogProviderConfig

PollingLogProviderConfig: {
    frequency: number;
    type: "polling";
}

Type declaration

  • frequency: number
  • type: "polling"

Generated using TypeDoc