* fix: typescript check error * fix: typescript check error * fix: typescript check error * fix: typescript check error * fix: typescript check error
15 lines
300 B
TypeScript
15 lines
300 B
TypeScript
export type SettingsMessages = {
|
|
projectManagement: string;
|
|
projectName: string;
|
|
projectDetail: string;
|
|
projectOwner: string;
|
|
editProject: string;
|
|
publicity: string;
|
|
public: string;
|
|
private: string;
|
|
deleteProject: string;
|
|
delete: string;
|
|
close: string;
|
|
areYouSure: string;
|
|
};
|