@strawbinary-io/api-video-strapi-5-plugin
Version:
A powerful Strapi plugin to easily manage your videos and integrate them in your project
7 lines (6 loc) • 352 B
TypeScript
import ApiVideoClient from '@api.video/nodejs-client';
import { CustomSettings } from '../../../types';
declare const getConfig: () => Promise<CustomSettings>;
declare const isValidApiKey: (apiKey: string) => Promise<boolean>;
declare const configClient: (apiKey?: string) => Promise<ApiVideoClient>;
export { getConfig, isValidApiKey, configClient };