[Assets] Move to use Indexable type
This commit is contained in:
parent
4104d637f1
commit
de3d422754
2 changed files with 3 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
import { Asset, Assets } from "@types";
|
||||
import { Asset, Indexable, } from "@types";
|
||||
import { after } from "@lib/patcher";
|
||||
import { assets } from "@metro/common";
|
||||
|
||||
export const all: Assets = {};
|
||||
export const all: Indexable<Asset> = {};
|
||||
|
||||
export default function patchAssets() {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue