MeaningResponse
type MeaningResponse = object;Defined in: src/structures/Types/NodeLink.ts:274
Properties
Section titled “Properties”| Property (defined in) | Type |
|---|---|
data (src/structures/Types/NodeLink.ts:276) | object |
data.description (src/structures/Types/NodeLink.ts:278) | string |
data.paragraphs (src/structures/Types/NodeLink.ts:279) | string[] |
data.provider (src/structures/Types/NodeLink.ts:281) | string |
data.title (src/structures/Types/NodeLink.ts:277) | string |
data.type (src/structures/Types/NodeLink.ts:282) | string |
data.url (src/structures/Types/NodeLink.ts:280) | string |
loadType (src/structures/Types/NodeLink.ts:275) | "meaning" |