export default interface AMSViewStatusResponse { content_full_length: number; content_length: number; content_state: string; status_location: string; view_content_type: string; view_length: number; view_location: string; view_state: string; }