test/fixtures/sample-files-extends/src/app/time.interface.ts
A time interface just for documentation purpose
zone: string
string
The zone
export interface TimeInterface { /** * The zone */ zone: string; }