Skip to content

gi-nx


gi-nx / shareWithTeam

ts
function shareWithTeam(teamName: string, projects: ProjectFeatureCollection): Promise<{
  data: any;
  status: number;
}[]>;

Parameters

ParameterTypeDescription
teamNamestringName of the team to share with
projectsProjectFeatureCollectionFeatureCollection of projects to share

Returns

Promise<{ data: any; status: number; }[]>

Promise that resolves when sharing is complete