type UnknownPanelPayload = object;
Represents an unknown payload for a panel in the Creative Editor SDK. This type defines a generic payload with unknown keys and values.
Index Signature#
[key: string]: unknown
type UnknownPanelPayload = object;
Represents an unknown payload for a panel in the Creative Editor SDK. This type defines a generic payload with unknown keys and values.
[key: string]: unknown