rapid-render
    Preparing search index...

    Interface IAsset

    Interface for an asset to be loaded.

    interface IAsset {
        name: string;
        type: "audio" | "image" | "json";
        url: string;
    }
    Index

    Properties

    Properties

    name: string
    type: "audio" | "image" | "json"
    url: string