PayloadRenderType
@the-codegen-project/cli • Docs
Home / PayloadRenderType
Interface: PayloadRenderType<GeneratorType>
Type Parameters
| Type Parameter |
|---|
GeneratorType |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
channelModels | Record<string, ChannelPayload> | - | src/codegen/types.ts:186 |
files | GeneratedFile[] | Generated files with path and content | src/codegen/types.ts:191 |
generator | GeneratorType | - | src/codegen/types.ts:189 |
operationModels | Record<string, ChannelPayload> | - | src/codegen/types.ts:187 |
otherModels | ChannelPayload[] | - | src/codegen/types.ts:188 |