jiti-meet/react/features/lobby/types.ts

6 lines
159 B
TypeScript

import { IParticipant } from '../base/participants/types';
export interface IKnockingParticipant extends IParticipant {
chattingWithModerator?: string;
}