interface ModifiedPageState {
    hasUnsavedChanges?: boolean;
}

Properties

hasUnsavedChanges?: boolean