Google Apps Script API
    Preparing search index...
    interface LoyaltyPoints {
        name?: string;
        pointsValue?: string;
        ratio?: number;
    }
    Index

    Properties

    name?: string
    pointsValue?: string
    ratio?: number