Type alias AsyncOperationInternal

AsyncOperation: {
    [K in keyof _AsyncFSMethods]: [K, ...Parameters<FileSystem[K]>]
}[keyof _AsyncFSMethods]