export default interface TransformerInterface { // TODO: Refactor namings. transformToPayload(instance: T): any; transformToEntity(json: any): T; }