Type Alias AsyncOperationInternal

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