jamespot-user-api
    Preparing search index...

    Type Alias OpeningTypePopup

    type OpeningTypePopup = {
        title: string;
        widgets: WidgetBaseType[];
    }
    Index

    Properties

    Properties

    title: string
    widgets: WidgetBaseType[]