interface DialogConfig {
    title: string;
    message: string;
    type: DialogType;
}

Properties

Properties

title: string
message: string