ScopedFile
ts
type ScopedFile = Readonly<Record<string, string>>;Defined in: src/types/store.type.ts:10
Scoped file, that represents a translation set for a specific scope
Since
1.0.0
Author
Simon Kovtyk