/** * data */ export interface Data { /** * key and value type */ [key: string]: T; }