sparkle-engine

Interface IResourcesStore<T>

interface IResourcesStore<T> {
    [key: string]: T;
}

Type Parameters

Indexable

[key: string]: T