2025-06-06 15:07:26 +08:00

7 lines
108 B
TypeScript

export interface Day {
date: Date;
type: string;
text: number;
bottomInfo?: string;
}