UNPKG

@promptbook/remote-client

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

11 lines (10 loc) 184 B
import type { string_dirname } from '../../types/typeAliases'; /** * @@@ */ export type FileCacheStorageOptions = { /** * @@@ */ rootFolderPath: string_dirname; };