import { Target } from './target'; export interface RtmpTarget extends Target { app: string; }