UNPKG

@engie-group/ngx-gem-spaas

Version:

This library contains services, components, images and styles to provide a unified look and way-of-working throughout GEM SPaaS.

8 lines (7 loc) 128 B
/** * Model used to replace <any>. * Contains keys of type T. */ export interface GenericObject<T> { [key: string]: T; }