diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-08 12:50:11 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-08 12:50:11 +0900 |
| commit | 47fa7bb22a77379c8090e618ecb8a9db60b50a68 (patch) | |
| tree | c80cb9df0b5518f3d0cb3a9ab05ead9aed03a6c1 /src/client/instance.ts | |
| parent | fix bug (diff) | |
| download | sharkey-47fa7bb22a77379c8090e618ecb8a9db60b50a68.tar.gz sharkey-47fa7bb22a77379c8090e618ecb8a9db60b50a68.tar.bz2 sharkey-47fa7bb22a77379c8090e618ecb8a9db60b50a68.zip | |
Improve ad
Diffstat (limited to 'src/client/instance.ts')
| -rw-r--r-- | src/client/instance.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/instance.ts b/src/client/instance.ts index ad9e1a95fd..024ff1acbd 100644 --- a/src/client/instance.ts +++ b/src/client/instance.ts @@ -8,6 +8,7 @@ export type Instance = { category: string; }[]; ads: { + id: string; ratio: number; place: string; url: string; |