IGeneratorOutput.d.ts 73 B

1234
  1. export interface IGeneratorOutput {
  2. code: string;
  3. map: string;
  4. }