import { PageBuilderDefaultInput } from "../../types/pb-types/page-builder.type"; export interface TabsetInterface { data: PageBuilderDefaultInput; }