Interface LitActionResponseStrategy

Hierarchy

  • LitActionResponseStrategy

Properties

Properties

customFilter?: ((responses: Record<string, string>[]) => Record<string, string>)

Type declaration

    • (responses: Record<string, string>[]): Record<string, string>
    • Parameters

      • responses: Record<string, string>[]

      Returns Record<string, string>

Generated using TypeDoc