Files
npm-audit-action/src/interface.ts

7 lines
107 B
TypeScript
Raw Normal View History

2019-12-09 21:31:55 +09:00
export interface IssueOption {
title: string
body: string
assignees?: string[]
labels?: string[]
}