BundleSourceType

BundleSourceType — API reference.

  • builtin: Built-in bundle which is included in the application.
  • remote: Remote bundle which is downloaded from a remote server.

View source ↗

Type

type BundleSourceType = 'builtin' | 'remote';

On this page