apollo-code / storage/src / LocalMemoryRepositoryOptions
Interface: LocalMemoryRepositoryOptions
Properties
beforeRename?
optionalbeforeRename?: (temporaryPath,destinationPath) =>void|Promise<void>
Parameters
temporaryPath
string
destinationPath
string
Returns
void | Promise<void>