4 lines
51 B
TypeScript
4 lines
51 B
TypeScript
export type NoticeMessages = {
|
|
close: string;
|
|
};
|
export type NoticeMessages = {
|
|
close: string;
|
|
};
|