src/modules/dialogs/components/alert-dialog-content.intf.ts
Content that can be shown in the StarkAlertDialogComponent
import { StarkBaseDialogContent } from "./dialog-content.intf";
/**
* Content that can be shown in the {@link StarkAlertDialogComponent}
*/
export interface StarkAlertDialogContent extends StarkBaseDialogContent {}