src/initial-datasets/dto/create-initial-dataset.dto.ts
string
export class CreateInitialDatasetDto { readonly _id: string; }