@labkey/api
    Preparing search index...

    Type Alias ExpDataDataClass

    type ExpDataDataClass = {
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    id: number

    The row id of the DataClass.

    name: string

    The name of the DataClass.