mirror of
https://github.com/actions/toolkit.git
synced 2026-08-12 00:00:17 +02:00
Add support for notice annotation and additional properties
This commit is contained in:
@@ -6,7 +6,7 @@ import {toCommandValue} from './utils'
|
||||
// We use any as a valid input type
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
|
||||
interface CommandProperties {
|
||||
export interface CommandProperties {
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user