@awesome-algorand/mdast
    Preparing search index...

    Type Alias AwesomeLinkProtected

    Represents a link with a URL and a description.

    type AwesomeLink = {
        description: string;
        url: string;
    }
    Index

    Properties

    Properties

    description: string

    A brief textual explanation or representation of an object, entity, or concept. This variable stores descriptive information in the form of a string.

    url: string

    Represents the URL to be used within the application. This should be a valid string formatted as a URL.