typealias EmbedAuthorOptions

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