LiveDTO.ets 83 Bytes Raw Blame History Permalink 1 2 3 4 5 interface LiveDTO { liveId: number; relationId: string; subscribe: boolean; }