swc/bundler/tests/.cache/deno/e46a55e3f1c2e3dbe70b85ef128fe772d62aad6b.ts

11 lines
282 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discovery/discovery_name.ts
//TODO: add docs link
export interface DiscoveryName {
/** The name in English */
default: string;
/** The name in other languages */
localizations?: Record<string, string>;
}