Type Alias FsFileStorageAdapterSettings

FsFileStorageAdapterSettings: {
    codec?: ICodec<string, string>;
    location?: string;
}

IMPORT_PATH: "@daiso-tech/core/file-storage/fs-file-storage-adapter"

Type declaration

  • Optionalcodec?: ICodec<string, string>
    import { Base64Codec } from "@daiso-tech/core/codec/base-64-codec"

    new Base64Codec()
  • Optionallocation?: string
    new URL('./uploads', import.meta.url)