6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
export class UpdateInfo {
|
|
id: number;
|
|
info: string;
|
|
time: string;
|
|
}
|