Interface UserInfoResponseActive_standalone_fundraisers

interface UserInfoResponseActive_standalone_fundraisers {
    fundraisers: any[];
    total_count: number;
}

Properties

fundraisers: any[]
total_count: number