Search Docs
Loading...
Skip to content

Type Alias: CombinedConfiguration

type CombinedConfiguration = CESDKConfiguration & Omit<AddImageOptions, "presets">;

Represents the combined configuration for the Creative Editor SDK. This type combines the CESDKConfiguration with the EngineConfiguration while omitting the presets key.