UNPKG

204 BTypeScriptView Raw
1export declare type ImportsSet = Set<string>;
2export declare type TransformedType = {
3 isNonNull: boolean;
4 baseType: string;
5 javaType: string;
6 typeToUse: string;
7 annotation: string;
8};