Component: Omit<Endpoint, "type"> & {
    type: "recording" | "hls" | "file" | "rtsp" | "sip";
}