1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-02-20 09:19:47 +03:00
elk/types/translation-status.ts
2023-02-11 21:42:55 +01:00

7 lines
132 B
TypeScript

export interface ElkTranslationStatus {
total: number
locales: Record<string, {
percentage: string
total: number
}>
}