Type alias ExpMaterialSampleSet

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

Type declaration

  • id: number

    The row id of the SampleSet.

  • name: string

    The name of the SampleSet.

Generated using TypeDoc