@@ -5,8 +5,6 @@ import * as MicrosoftGraphBeta from '@microsoft/microsoft-graph-types-beta';
55import { wrapMgt } from '../Mgt' ;
66
77export type AgendaProps = {
8- className ?: string ;
9- id ?: string ;
108 date ?: string ;
119 groupId ?: string ;
1210 days ?: number ;
@@ -21,8 +19,6 @@ export type AgendaProps = {
2119}
2220
2321export type GetProps = {
24- className ?: string ;
25- id ?: string ;
2622 resource ?: string ;
2723 scopes ?: string [ ] ;
2824 version ?: string ;
@@ -37,8 +33,6 @@ export type GetProps = {
3733}
3834
3935export type LoginProps = {
40- className ?: string ;
41- id ?: string ;
4236 userDetails ?: IDynamicPerson ;
4337 templateContext ?: TemplateContext ;
4438 mediaQuery ?: ComponentMediaQuery ;
@@ -50,8 +44,6 @@ export type LoginProps = {
5044}
5145
5246export type PeoplePickerProps = {
53- className ?: string ;
54- id ?: string ;
5547 groupId ?: string ;
5648 type ?: PersonType ;
5749 groupType ?: GroupType ;
@@ -68,8 +60,6 @@ export type PeoplePickerProps = {
6860}
6961
7062export type PeopleProps = {
71- className ?: string ;
72- id ?: string ;
7363 groupId ?: string ;
7464 userIds ?: string [ ] ;
7565 people ?: IDynamicPerson [ ] ;
@@ -82,8 +72,6 @@ export type PeopleProps = {
8272}
8373
8474export type PersonCardProps = {
85- className ?: string ;
86- id ?: string ;
8775 personDetails ?: IDynamicPerson ;
8876 personQuery ?: string ;
8977 userId ?: string ;
@@ -98,8 +86,6 @@ export type PersonCardProps = {
9886}
9987
10088export type PersonProps = {
101- className ?: string ;
102- id ?: string ;
10389 config ?: MgtPersonConfig ;
10490 personQuery ?: string ;
10591 userId ?: string ;
@@ -122,8 +108,6 @@ export type PersonProps = {
122108}
123109
124110export type TasksProps = {
125- className ?: string ;
126- id ?: string ;
127111 res ?: TasksStringResource ;
128112 isNewTaskVisible ?: boolean ;
129113 readOnly ?: boolean ;
@@ -145,17 +129,13 @@ export type TasksProps = {
145129}
146130
147131export type TeamsChannelPickerProps = {
148- className ?: string ;
149- id ?: string ;
150132 selectedItem ?: SelectedChannel ;
151133 templateContext ?: TemplateContext ;
152134 mediaQuery ?: ComponentMediaQuery ;
153135 selectionChanged ?: ( e : Event ) => void ;
154136}
155137
156138export type TodoProps = {
157- className ?: string ;
158- id ?: string ;
159139 taskFilter ?: TodoFilter ;
160140 readOnly ?: boolean ;
161141 hideHeader ?: boolean ;
0 commit comments