import { IBuilderInit } from "./index.types"; export interface IPricingInit extends IBuilderInit { app_id?: string; }