Type alias GeneratorInput

GeneratorInput: {
    description?: string | null;
    graph?: string | null;
    name: string;
}

Type declaration

  • Optional description?: string | null
  • Optional graph?: string | null
  • name: string

Generated using TypeDoc