Skip to content

me.atpub.team.member

interface TeamMember {
$type: 'pub.atp.team.member';
team: DID; // Target team DID
createdAt: string;
}