@nebius/js-sdk - v0.2.54
    Preparing search index...

    Type Alias ArgFormatFunction

    ArgFormatFunction: (key: string, value: string) => string

    Formats one structured field after the handler converts its value to text.

    Type Declaration

      • (key: string, value: string): string
      • Formats one structured field after the handler converts its value to text.

        Parameters

        • key: string
        • value: string

        Returns string