import * as $dara from '@darabonba/typescript'; export declare class GrafanaWorkspaceMoveProcess extends $dara.Model { /** * @example * 1680861352600 */ gmtCreate?: number; /** * @example * 1680861352600 */ gmtModified?: number; /** * @example * grafana-cn-********** */ grafanaWorkspaceId?: string; /** * @example * 1 */ id?: number; msg?: string; processName?: string; processStatus?: string; /** * @example * User */ subType?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }