Type Alias ContextMenuSearchChangePayload

ContextMenuSearchChangePayload: {
    menuGroupId: string | number;
    searchValue?: string | null;
}