Interface PaywallBlock

interface PaywallBlock {
    type: "paywall";
    [prop: string]: any;
}

Indexable

  • [prop: string]: any

Properties

Properties

type: "paywall"