type GetProjectOptions = object;
optional name: string;
optional projectId: string;
optional projectType: ProjectTypes;
Was this page helpful?