interface ShowModalOptions {
    withResponse?: boolean;
}

Properties

Properties

withResponse?: boolean