Interface InsightsServicePostResponseOrganic

interface InsightsServicePostResponseOrganic {
    status: string;
    value: number;
}

Properties

Properties

status: string
value: number