UNPKG

@lcap/asl

Version:

NetEase Application Specific Language

11 lines (10 loc) 215 B
export interface HistoryRecord { content: string; timestamp: number; } declare const _default: { records: HistoryRecord[]; push(content: string): void; clear(): void; }; export default _default;