Type alias TGetVenueBundleOptions

TGetVenueBundleOptions: TGetVenueOptions & {
    bundleBaseUri?: string;
    version?: string;
}

Type declaration

  • Optional bundleBaseUri?: string
  • Optional version?: string