mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +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
|
* A schema with definitions
|
||||||
*/
|
*/
|
||||||
interface SchemaWithDefinitions extends JSONSchema {
|
export interface SchemaWithDefinitions extends JSONSchema {
|
||||||
/**
|
/**
|
||||||
* Definitions of the schema
|
* Definitions of the schema
|
||||||
*/
|
*/
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
import {LightweightFile} from '../../src/easy-ast/types/lightweight-project';
|
import {LightweightFile} from '../../src/easy-ast/types/lightweight-project';
|
||||||
|
|
||||||
interface EasyAstSpecType {
|
export interface EasyAstSpecType {
|
||||||
testName: string;
|
testName: string;
|
||||||
expected: LightweightFile;
|
expected: LightweightFile;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user