Updating i18n for accelerator preview

This commit is contained in:
softsimon
2024-04-04 21:48:16 +09:00
parent 896c451c3e
commit 8ac71f21d1
9 changed files with 286 additions and 128 deletions

View File

@@ -163,6 +163,7 @@ export interface PoolInfo {
emptyBlocks: number;
slug: string;
poolUniqueId: number;
unique_id: number;
}
export interface PoolStat {
pool: PoolInfo;