mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
|
|
export default interface IServer_Common_RPC_File {
|
|
getPath?(fileId:string):Promise<string>
|
|
getPaths?(fileIds:string[]):Promise<string[]>
|
|
}
|