mirror of
https://github.com/directus/directus.git
synced 2026-01-27 06:18:23 -05:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import { OpenAPIObject } from 'openapi3-ts';
|
|
|
|
declare const DirectusSpec: OpenAPIObject;
|
|
|
|
export default DirectusSpec;
|