UNPKG

@spartacus/core

Version:

Spartacus - the core framework

9 lines (8 loc) 169 B
export interface Translatable { key?: string; params?: TranslatableParams; raw?: string; } export interface TranslatableParams { [param: string]: any; }