interface ActionResponse { status: 'done' | 'error', message?: string, data?: any }
import {ActionResponse} from 'uxp/components';
Last updated 6 months ago