1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-05 14:06:48 +01:00
elk/types/translation-status.ts
2023-02-11 21:42:55 +01:00

8 lines
132 B
TypeScript

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