Type Alias ProfileInsightsGetResponse

type ProfileInsightsGetResponse = {
    data: {
        attributes: ProfileInsights;
        id: EntityId;
        type: "profile-insights";
    };
}
Index

Properties

Properties

data: { attributes: ProfileInsights; id: EntityId; type: "profile-insights" }

Type declaration

  • attributes: ProfileInsights

    Insights (metadata) about an experiment dataset

  • id: EntityId

    ID of this entity

  • type: "profile-insights"