type DatasetProject = object;
createdAt: string;
createdByUser: UserInfo | null;
id: string;
name: string;
updatedAt: string;
Was this page helpful?