Skip to content

AutoGeneratedFileInfo

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/doc-automation/src/v2/types/stage-02.types.ts

AutoGeneratedFileInfo - Info about auto-generated files These files need special handling to avoid including repetitive boilerplate.

Properties

PropertyType
filePathstring
generatorstring
uniqueEndpoints`Array<{
// For API clients
method: string;
path: string;
operationId: string;

}>| |uniqueTypes|Array<{ // For type files name: string; fields: string[]; }>| |templateSummary|string` |

Was this page helpful?

Download as PDF