interface EmbedAuthorData
extends
IconDataOmit<APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>export interface EmbedAuthorData extends IconData, Omit<APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>
Represents the author data of an embed.
export interface EmbedAuthorData extends IconData, Omit<APIEmbedAuthor, 'icon_url' | 'proxy_icon_url'>
Represents the author data of an embed.