fix(interfaces): implement basic constructs for pagechecks
This commit is contained in:
parent
d5f95b8308
commit
fb916aa884
@ -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 };
|
3
ts/ul-interfaces.checkrequest.ts
Normal file
3
ts/ul-interfaces.checkrequest.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export interface IPageCheckRequest {
|
||||
|
||||
}
|
7
ts/ul-interfaces.pagechecks.ts
Normal file
7
ts/ul-interfaces.pagechecks.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export interface IPageCheckSimple {};
|
||||
|
||||
export interface IPageCheckAdvanced {};
|
||||
|
||||
export interface IPageCheckPWA {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user