/** * The type of roster the user is a member of. */ type MembershipSourceTypes = 'channel' | 'team'; export type { MembershipSourceTypes };