Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsilver committed Jan 9, 2025
1 parent ce533ad commit 0ca2403
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions packages/repocop/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,4 @@ export interface VulnerabilityDigest {
subject: string;
message: string;
actions: Action[];
}

export type CustomPropertyFields = Pick<
github_repository_custom_properties,
'property_name' | 'value' | 'repository_id'
> & {
repo_name: string;
};

export interface CustomProperty extends CustomPropertyFields {
property_name: NonNullable<CustomPropertyFields['property_name']>;
value: NonNullable<CustomPropertyFields['value']>;
}
}

0 comments on commit 0ca2403

Please sign in to comment.