interface SearchPageMenuItemActiveCheck {
    disableReason?: string;
    isActive: boolean;
}

Properties

disableReason?: string
isActive: boolean