export function clone(o: T): T { return JSON.parse(JSON.stringify(o)); }