interface BaseModalData {
    customId: string;
    type: ComponentType;
}

Hierarchy (View Summary)

Properties

Properties

customId: string