Type Alias WithFileStorageLockMethods

WithFileStorageLockMethods: keyof Omit<
    ISignedFileStorageAdapter,
    "removeByPrefix",
>

All methods of ISignedFileStorageAdapter that can be protected by a lock, excluding removeByPrefix (which operates on key patterns rather than concrete keys).

IMPORT_PATH: "@daiso-tech/core/file-storage/plugins"