import {CallbacksInterface} from '../Contexts/PropsContext'; import {ActionType} from '../Contexts/RtcContext'; export function actionTypeGuard( _act: ActionType, _type: T, ): _act is ActionType { return true; }