UNPKG

infinity-forge

Version:
7 lines (6 loc) 178 B
interface ILoadFile { fileName?: string; FileIds: (string | number)[]; } export declare function loadFile(data: ILoadFile, tokenName?: string): Promise<void>; export {};