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