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