Files
reflector/www/app/api/models/RtcOffer.ts

5 lines
59 B
TypeScript

export type RtcOffer = {
sdp: string;
type: string;
};