Skip to main content
Module

x/wmill/resource-type.ts>ResourceTypeFile

Open-source web IDE, scalable runtime and platform for serverless, workflows and UIs
Go to Latest
class ResourceTypeFile
implements ResourceI, PushDiffs
import { ResourceTypeFile } from "https://deno.land/x/wmill@v1.63.2/resource-type.ts";

Properties

optional
description: string
optional
schema: any

Methods

push(workspace: string, remotePath: string): Promise<void>
pushDiffs(
workspace: string,
remotePath: string,
diffs: Difference[],
): Promise<void>