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

GCSFile

import type { GCSFile } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/main/mod.ts";

uploadしたファイルのメタデータ

interface GCSFile {
embedUrl: string;
originalName: string;
}

§Properties

§
embedUrl: string
[src]

uploadしたファイルのURL

§
originalName: string
[src]

uploadしたファイルの名前