OneSDK
    Preparing search index...

    Interface ChoiceData

    interface ChoiceData {
        label: string;
        percentage: string;
        ratio: number;
    }
    Index

    Properties

    label: string
    percentage: string
    ratio: number