typealias EmbedAuthorOptions

declare type EmbedAuthorOptions = Omit<EmbedAuthorData, 'proxyIconURL'>;
Omit<EmbedAuthorData, 'proxyIconURL'>