| Current Path : /var/www/homesaver/www/bitrix/js/ui/accessrights/v2/src/store/model/transformation/ |
| Current File : /var/www/homesaver/www/bitrix/js/ui/accessrights/v2/src/store/model/transformation/transformer.js |
export interface Transformer<T, R>
{
transform(source: T): R;
}