type DialogType = "regular" | "success" | "error" | "info" | "warning" | "loading";
Represents the type of dialog.
The DialogType enum defines the various types of dialogs that can be created within the Creative Editor SDK. Each type corresponds to a different visual style and behavior, allowing for flexibility in how dialogs are presented to users.