5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
export function getFileById(fileId: string): never {
|
|
void fileId
|
|
throw new Error("Not implemented")
|
|
}
|