Type Alias ExperimentFindResponse

type ExperimentFindResponse = {
    data: { attributes: Experiment; id: EntityId; type: "experiment" }[];
    links: ResponseLinks;
    meta?: FindResponseMeta;
}
Index

Properties

Properties

data: { attributes: Experiment; id: EntityId; type: "experiment" }[]

Type Declaration