import { BaseObject } from './baseObject';
export interface VideoPositionWithinPod extends BaseObject {
    index?: number;
}
