UNPKG

@strawbinary-io/api-video-strapi-5-plugin

Version:

A powerful Strapi plugin to easily manage your videos and integrate them in your project

10 lines (9 loc) 331 B
import { Core } from '@strapi/strapi'; import { CustomSettings } from '../../../types'; declare const _default: ({ strapi, }: { strapi: Core.Strapi; }) => { getSettings: () => Promise<CustomSettings>; saveSettings: (settings: CustomSettings) => Promise<boolean>; } & Core.CoreAPI.Service.Base; export default _default;