Type Alias ResolvedSrc

ResolvedSrc: Pick<
    ResolvedAsset,
    "src"
    | "srcs"
    | "format"
    | "loadParser"
    | "data",
> & { [key: string]: any }

A fully resolved src, Glob patterns will not work here, and the src will be resolved to a single file.

PIXI