type PanelPayload<T> = T extends "//ly.img.panel/assetLibrary" ? AssetLibraryPanelPayload : UnknownPanelPayload;
Represents the payload for a panel in the Creative Editor SDK. This type defines the payload based on the panel ID.
T
PanelId