Variable FILE_STORAGE_ERRORSConst

FILE_STORAGE_ERRORS: {
    InvalidKey: typeof InvalidKeyFileError;
    KeyExists: typeof KeyExistsFileError;
    KeyNotFound: typeof KeyNotFoundFileError;
} = ...

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