@playlive/tiltify-graphql
    Preparing search index...

    Interface TiltifyTeamRole

    Role attached to a TiltifyTeamMembership entry. Tiltify exposes a small set of roles per team (e.g. "Owner", "Contributor") but does not version the role catalog — callers should treat name as opaque.

    interface TiltifyTeamRole {
        description: string;
        name: string;
        publicId: string;
    }
    Index
    description: string
    name: string
    publicId: string