/**
 * The users relationship to the current channel.
 */
type MembershipTypes = 'direct' | 'transitive';

export type { MembershipTypes };
