Interface IBaseTransformer<Back, Front>

Type Parameters

  • Back

  • Front

Hierarchy

Implemented by

Properties

Properties

fetch: ((data) => Front)

Type declaration

    • (data): Front
    • Parameters

      • data: Back

      Returns Front

send: ((data) => Back | Partial<Back>)

Type declaration

    • (data): Back | Partial<Back>
    • Parameters

      • data: Partial<Front>

      Returns Back | Partial<Back>

Generated using TypeDoc