All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.endpoints.examples.0.4.0.source-code.person.model.generated.ts Maven / Gradle / Ivy

The newest version!

export interface Person {
    id: string;
    name: string;
    neighbours: Person[];
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy