swc/bundler/tests/.cache/deno/03752eb1923228fe872d7ee78c263867fa3cb43f.ts

10 lines
213 B
TypeScript
Raw Normal View History

// 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;
}