Skip to main content
Version: Next

Type Alias: ResourceSource

ResourceSource = string | number | object

Defined in: types/common.ts:10

Represents a source of a resource, which can be a string (e.g., URL or file path), a number (e.g., resource ID), or an object (e.g., binary data).