import { SwAllowedSizes } from "../../../shared/constants"; export interface SwDialogConfig { data?: I | null; size?: SwAllowedSizes; }