Teamlinker/code/server/common/rpc/api/file.ts
sx1989827 0e724bd185 aa
2021-12-27 21:59:34 +08:00

6 lines
148 B
TypeScript

export default interface IServer_Common_RPC_File {
getPath?(fileId:string):Promise<string>
getPaths?(fileIds:string[]):Promise<string[]>
}