This commit is contained in:
syuilo 2018-12-19 06:09:31 +09:00
parent ad869d7469
commit 47bd485a39
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
3 changed files with 4 additions and 18 deletions

View file

@ -43,17 +43,11 @@ export type Source = {
* Service Worker
*/
sw?: {
public_key: string;
private_key: string;
publicKey: string;
privateKey: string;
};
clusterLimit?: number;
user_recommendation?: {
external: boolean;
engine: string;
timeout: number;
};
};
/**