OneSDK
    Preparing search index...

    Interface SupportersResponseData

    interface SupportersResponseData {
        supporterIds: string[];
        totalCount: number;
    }
    Index

    Properties

    supporterIds: string[]
    totalCount: number