Files
stale/src/interfaces/pull-request.ts
2021-02-13 06:09:37 -05:00

7 lines
84 B
TypeScript

export interface IPullRequest {
number: number;
head: {
ref: string;
};
}