Searched refs:TFileList (Results 1 – 1 of 1) sorted by relevance
22 type TFileList = string[]; alias60 public loadFileList = async (path: string): Promise<TFileList> => {64 return JSON.parse(src) as TFileList;