swc/crates/swc_bundler/tests/.cache/deno/03752eb1923228fe872d7ee78c263867fa3cb43f.ts
2021-11-09 20:42:49 +09:00

10 lines
213 B
TypeScript

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/file_content.ts
export interface FileContent {
/** The file blob */
blob: Blob;
/** The name of the file */
name: string;
}