Interface AdsPostDonut

interface AdsPostDonut {
    is_donut: number | boolean;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

is_donut: number | boolean

Is donut

Generated using TypeDoc