Type Alias IUiCustomServer1

IUiCustomServer1: Pick<
    IUiCustom,
    "startDragging"
    | "toggleMaximize"
    | "internalToggleMaximize",
>