mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
export interface ICommon_Model_Version {
|
|
version:string
|
|
}
|
|
export const Table_Version="version" |