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

    Type Alias AwesomeRoot

    AwesomeRoot: Root & {
        children?: AwesomeContent[];
        data?: { category?: string };
    }

    Represents the AwesomeRoot type, which extends the Root type with additional optional properties.

    Type declaration

    • Optionalchildren?: AwesomeContent[]

      Represents the children elements contained within a component or structure. Each child is an instance of the AwesomeContent type, which defines the specific structure and properties of each child.

      This variable is optional and may be undefined if no child elements are present.

    • Optionaldata?: { category?: string }

      An optional object that represents data with an optional category field.

      • Optionalcategory?: string

        Represents the category or classification of an item or entity. This property is optional and may not always be defined.