export interface DiscordApplicationAsset {
    id: string;
    name: string;
    type: number;
    url: string;
}
