UNPKG

@technoeren/tdk-api

Version:
14 lines (13 loc) 254 B
export interface IGetWord { anlamlar: Object[]; atasozu_deyim: String[]; } export declare type ProVerbsResponse = { soz: String; anlam: String; tur: String; }; export declare type WordMean = { anlam: String; ornek: String; };