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

    Interface TiltifyUser

    A Tiltify user (donor or fundraiser).

    interface TiltifyUser {
        avatar: TiltifyImage | null;
        description: string | null;
        id: string;
        legacy_id: number;
        slug: string;
        social: TiltifySocial | null;
        total_amount_raised: TiltifyAmount | null;
        url: string;
        username: string;
    }
    Index
    avatar: TiltifyImage | null
    description: string | null
    id: string
    legacy_id: number
    slug: string
    social: TiltifySocial | null
    total_amount_raised: TiltifyAmount | null
    url: string
    username: string