Skip to content

feat: add property team to type ChannelData #781

feat: add property team to type ChannelData

feat: add property team to type ChannelData #781

Triggered via pull request February 18, 2026 15:21
Status Failure
Total duration 36s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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'.