Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
fulpm committed Oct 11, 2024
1 parent 03a7932 commit c7babaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface LabelDefinition {

export interface EngineApi {
readonly labels: Record<string, LabelDefinition>;
readonly schemas: Record<string, Exclude<TypeDefinition, SchemaType | Ref>>;
readonly schemas: Record<string, Exclude<TypeDefinition, SchemaType>>;
readonly description: string;
readonly version: string;
}
Expand Down

0 comments on commit c7babaf

Please sign in to comment.