interface SupportedModel {
    id: string;
    name: string;
    SID: number;
}

Properties

Properties

id: string
name: string
SID: number