1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-23 14:46:08 +09:00
elk/types/translation-status.ts

8 lines
132 B
TypeScript
Raw Normal View History

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