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

OpenFileDetails

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

Open file Information.

interface OpenFileDetails {
command?: string;
filePath?: string;
fileType?: string;
user?: string;
}

§Properties

§
command?: string
[src]

Opened file command.

§
filePath?: string
[src]

Opened file file path.

§
fileType?: string
[src]

Opened file file type.

§
user?: string
[src]

Opened file user.