gi-nx / shareWithTeam
ts
function shareWithTeam(teamName: string, projects: ProjectFeatureCollection): Promise<{
data: any;
status: number;
}[]>;Parameters
| Parameter | Type | Description |
|---|---|---|
teamName | string | Name of the team to share with |
projects | ProjectFeatureCollection | FeatureCollection of projects to share |
Returns
Promise<{ data: any; status: number; }[]>
Promise that resolves when sharing is complete