export interface GetWidgetIn { /** * O identificador do widget */ widgetId: string; }