Skip to content

FileSyncAdapterConstructorOptions

@tsed/adapters

Usage

typescript
import { FileSyncAdapterConstructorOptions } from "@tsed/adapters";

See /packages/orm/adapters/src/types/adapters/FileSyncAdapter.ts.

Overview

ts
interface FileSyncAdapterConstructorOptions extends AdapterConstructorOptions {
    readOnly: true;
}

readOnly

ts
readOnly: true;

Released under the MIT License.