9 lines
150 B
TypeScript
9 lines
150 B
TypeScript
export class ClockNameConst {
|
|
/**
|
|
* 房间自动关闭
|
|
* @type {string}
|
|
*/
|
|
public static readonly ROOM_LIFE_CLOCK = 'room_life_clock'
|
|
|
|
}
|