@hrefcl/apidoc - v4.0.5
    Preparing search index...

    Exports

    • Parse to extract API query

      Parameters

      • content: any

        The content to be parsed.

      • source: any

        UNUSED

      Returns {
          group: string;
          type: string;
          size: string;
          allowedValues: string;
          optional: boolean;
          parentNode: any;
          field: string;
          isArray: boolean;
          defaultValue: string;
          description: any;
      }