Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RulesFile

import type { RulesFile } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

Details of a single rules file.

interface RulesFile {
rulesContent?: string;
rulesSourceFilename?: string;
}

§Properties

§
rulesContent?: string
[src]

Required. The text content of the rules that needs to be converted.

§
rulesSourceFilename?: string
[src]

Required. The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.