summaryrefslogtreecommitdiff
path: root/.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/command.d.ts
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/command.d.ts')
-rw-r--r--.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/command.d.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/command.d.ts b/.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/command.d.ts
deleted file mode 100644
index 89eff66..0000000
--- a/.github/actions/msvc-dev-cmd/node_modules/@actions/core/lib/command.d.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-interface CommandProperties {
- [key: string]: any;
-}
-/**
- * Commands
- *
- * Command Format:
- * ::name key=value,key=value::message
- *
- * Examples:
- * ::warning::This is the message
- * ::set-env name=MY_VAR::some value
- */
-export declare function issueCommand(command: string, properties: CommandProperties, message: any): void;
-export declare function issue(name: string, message?: string): void;
-export {};