mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
refactor: rename .d.ts files to .ts
This commit is contained in:
@@ -18,7 +18,7 @@ import {Definition} from 'ts-json-schema-generator';
|
||||
/**
|
||||
* A schema with definitions
|
||||
*/
|
||||
interface SchemaWithDefinitions extends JSONSchema {
|
||||
export interface SchemaWithDefinitions extends JSONSchema {
|
||||
/**
|
||||
* Definitions of the schema
|
||||
*/
|
||||
Reference in New Issue
Block a user