mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +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
|
||||
*/
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
import {LightweightFile} from '../../src/easy-ast/types/lightweight-project';
|
||||
|
||||
interface EasyAstSpecType {
|
||||
export interface EasyAstSpecType {
|
||||
testName: string;
|
||||
expected: LightweightFile;
|
||||
}
|
||||
Reference in New Issue
Block a user