UNPKG

@golemio/pid

Version:
5 lines (4 loc) 461 B
import { ILogQueryData } from "../../../../../../schema-definitions/ropid-departures-preset-logs/datasources/interfaces"; import { IPresetLogOutputDto } from "../../../../../../schema-definitions/ropid-departures-preset-logs/models/interfaces"; import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation"; export type IPresetLogTransformation = AbstractTransformation<Required<ILogQueryData>, IPresetLogOutputDto>;