typealias EmbedAuthorOptions

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

Union Members

Omit<EmbedAuthorData, 'proxyIconURL'>