diff --git a/types/interfaces.ts b/types/interfaces.ts index e26648a..2a05c38 100644 --- a/types/interfaces.ts +++ b/types/interfaces.ts @@ -94,7 +94,7 @@ export interface DropdownOption { export interface ModalProps { title?: string, - heavy?: boolean, + obscure?: boolean, onClose?: () => void, onCancel?: () => void }