Component: {
    type: "file";
} & ComponentFile | {
    type: "hls";
} & ComponentHLS | {
    type: "recording";
} & ComponentRecording | {
    type: "rtsp";
} & ComponentRTSP | {
    type: "sip";
} & ComponentSIP

Export