fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-30 21:17:18 +00:00
parent 3a11fc8e24
commit 7c30df9d08

View File

@ -22,7 +22,7 @@ export interface IRequest_PageCheck_PWA {
}
export interface IRequest_PageCheck_Function {
method: 'checkPwa';
method: 'function';
request: {
intervalMs: number,
domain: string;