LmnCommonLabels
No documentation has been provided.
Presentation
type LmnCommonLabels = Partial<{
[categoryKey in keyof typeof LABELS ]: Partial<{
[key in keyof (typeof LABELS )[categoryKey]]: string;
}>;
}>;
No documentation has been provided.
type LmnCommonLabels = Partial<{
[categoryKey in keyof typeof LABELS ]: Partial<{
[key in keyof (typeof LABELS )[categoryKey]]: string;
}>;
}>;