@3akram/strapi-provider-upload-google-cloud-storage
Version:
Google Cloud Storage provider for Strapi v5 upload
9 lines (8 loc) • 352 B
TypeScript
import type { ProviderOptions } from './types';
export declare const setLogLevel: (level: "debug" | "info" | "error" | "none") => void;
export declare const logger: {
debug: (...args: any[]) => void;
info: (...args: any[]) => void;
error: (...args: any[]) => void;
};
export declare const validateConfig: (config: ProviderOptions) => void;