interface PersonReadonly {
    readonly name: string;
    readonly age: number;
}