fix(interfaces): implement basic constructs for pagechecks
This commit is contained in:
+4
-2
@@ -1,3 +1,5 @@
|
|||||||
import * as plugins from './interfaces.plugins';
|
import * as pagechecks from './ul-interfaces.pagechecks';
|
||||||
|
|
||||||
export let standardExport = 'Hi there! :) This is an exported string';
|
export {
|
||||||
|
pagechecks
|
||||||
|
};
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
const removeme = {};
|
|
||||||
export { removeme };
|
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
export interface IPageCheckRequest {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
export interface IPageCheckSimple {};
|
||||||
|
|
||||||
|
export interface IPageCheckAdvanced {};
|
||||||
|
|
||||||
|
export interface IPageCheckPWA {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user