import { Ref } from 'vue'; export interface Options { container_id: string; } export interface ReturnedObject { container: Ref; tradingview: Ref; }