UNPKG

@golemio/pid

Version:
8 lines (7 loc) 520 B
import { JISInfotextsModel } from "../../../schema-definitions/jis/models/JISInfotextsModel"; import { IJISInfotextDto } from "../../../schema-definitions/jis/redis/interfaces/IJISInfotextDto"; import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation"; export declare class JISInfotextCacheTranformation extends AbstractTransformation<JISInfotextsModel, IJISInfotextDto> { name: string; protected transformInternal: (data: JISInfotextsModel) => IJISInfotextDto; }