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

.endpoints.examples.0.0.1.source-code.IRootType.model.ts Maven / Gradle / Ivy

export interface IRootType {
    id: Number;
    myTypeScriptType: MyTypeScriptType;
    name: String;
    givenName: String;
    weight: Number;
    subType: ISubType;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy