Type alias Input<N>

Input type for a given collection name

Type Parameters

Example

import { Resources } from "@truffle/db";

const sourceInput: Resources.Input<"sources"> = {
contents: "echo \"hello world\""
}

Generated using TypeDoc