8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
export type TipManagerMessages = {
|
|
defaultGroupTitle: string;
|
|
defaultPaginationLabel: string;
|
|
close: string;
|
|
previous: string;
|
|
next: string;
|
|
};
|