feat: add property team to type ChannelData #781
Annotations
5 errors
|
pr-title
Process completed with exit code 1.
|
|
pr-title
Type '{ blocked?: boolean | undefined; created_by?: UserResponse | null | undefined; created_by_id?: string | undefined; members?: string[] | NewMemberPayload[] | undefined; ... 28 more ...; updated_at?: string | undefined; }' is not assignable to type 'Partial<CustomChannelData & Partial<{ blocked: boolean; created_by: UserResponse | null; created_by_id: string; members: string[] | NewMemberPayload[]; blocklist_behavior: AutomodBehavior; automod: Automod; filter_tags: string[]; team: string | string[]; }> & { ...; }>'.
|
|
pr-title
Type '{ blocked?: boolean | undefined; created_by?: UserResponse | null | undefined; created_by_id?: string | undefined; members?: string[] | NewMemberPayload[] | undefined; ... 28 more ...; updated_at?: string; }' is not assignable to type 'Partial<CustomChannelData & Partial<{ blocked: boolean; created_by: UserResponse | null; created_by_id: string; members: string[] | NewMemberPayload[]; blocklist_behavior: AutomodBehavior; automod: Automod; filter_tags: string[]; team: string | string[]; }> & { ...; }>'.
|
|
pr-title
Type '{ blocked?: boolean | undefined; created_by?: UserResponse | null | undefined; created_by_id?: string | undefined; members?: string[] | NewMemberPayload[] | undefined; blocklist_behavior?: AutomodBehavior | undefined; automod?: Automod | undefined; filter_tags?: string[] | undefined; team?: string | ... 1 more ... |...' is not assignable to type 'Partial<CustomChannelData & Partial<{ blocked: boolean; created_by: UserResponse | null; created_by_id: string; members: string[] | NewMemberPayload[]; blocklist_behavior: AutomodBehavior; automod: Automod; filter_tags: string[]; team: string | string[]; }> & { ...; }>'.
|
|
pr-title
Type 'ChannelData' is not assignable to type 'Partial<CustomChannelData & Partial<{ blocked: boolean; created_by: UserResponse | null; created_by_id: string; members: string[] | NewMemberPayload[]; blocklist_behavior: AutomodBehavior; automod: Automod; filter_tags: string[]; team: string | string[]; }> & { ...; }> | undefined'.
|