Type alias GetAllExperimentsAPIResponse

GetAllExperimentsAPIResponse: {
    experiments: ExperimentMetadata[];
}

Type declaration