文件操作 - netlify-blobs.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/unstorage/drivers/netlify-blobs.d.ts
编辑文件内容
import type { Store, GetStoreOptions, GetDeployStoreOptions } from "@netlify/blobs"; export type NetlifyStoreOptions = NetlifyDeployStoreLegacyOptions | NetlifyDeployStoreOptions | NetlifyNamedStoreOptions; export interface ExtraOptions { /** If set to `true`, the store is scoped to the deploy. This means that it is only available from that deploy, and will be deleted or rolled-back alongside it. */ deployScoped?: boolean; } export interface NetlifyDeployStoreOptions extends GetDeployStoreOptions, ExtraOptions { name?: never; deployScoped: true; } export interface NetlifyDeployStoreLegacyOptions extends NetlifyDeployStoreOptions { region?: never; } export interface NetlifyNamedStoreOptions extends GetStoreOptions, ExtraOptions { name: string; deployScoped?: false; } declare const _default: (opts: NetlifyStoreOptions) => import("..").Driver<NetlifyStoreOptions, Store>; export default _default;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件