typealias EmbedAuthorOptions

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