export type WidgetDoneCallback = (error: string | null, payload: object | null) => void;