Type alias ExpDataDataClass

ExpDataDataClass: {
    id: number;
    name: string;
}

Type declaration

  • id: number

    The row id of the DataClass.

  • name: string

    The name of the DataClass.

Generated using TypeDoc