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

    Interface TiltifyCampaignUser

    Minimal user reference embedded in TiltifyCampaign (the campaign owner). Distinct from the full TiltifyUser profile — only the fields needed to render an owner avatar + link.

    interface TiltifyCampaignUser {
        avatar: TiltifyImage | null;
        id: string;
        slug: string;
        username: string;
    }
    Index
    avatar: TiltifyImage | null
    id: string
    slug: string
    username: string