UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

6 lines (5 loc) 218 B
import type { AbstractServiceOptions } from '../types/index.js'; import { ItemsService } from './items.js'; export declare class PanelsService extends ItemsService { constructor(options: AbstractServiceOptions); }