Files
pp-tcms/frontend/types/settings.ts
Takeshi Kimata c60491db09 fix: Typescript check (#21)
* fix: typescript check error

* fix: typescript check error

* fix: typescript check error

* fix: typescript check error

* fix: typescript check error
2024-07-28 00:20:24 +09:00

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;
};