Input type for a given collection name
import { Resources } from "@truffle/db";const sourceInput: Resources.Input<"sources"> = { contents: "echo \"hello world\""} Copy
import { Resources } from "@truffle/db";const sourceInput: Resources.Input<"sources"> = { contents: "echo \"hello world\""}
Generated using TypeDoc
Input type for a given collection name