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

    Interface TiltifyMission

    interface TiltifyMission {
        avatar: TiltifyImage | null;
        causeName: string;
        goal: TiltifyAmount;
        image: TiltifyImage | null;
        publicId: string;
        title: string;
        totalAmountRaised: TiltifyAmount;
        url: string;
    }
    Index
    avatar: TiltifyImage | null
    causeName: string
    image: TiltifyImage | null
    publicId: string
    title: string
    totalAmountRaised: TiltifyAmount
    url: string