add: Output type to tests.

This commit is contained in:
DrIOS
2024-06-08 11:35:25 -05:00
parent bb1df11128
commit 4f8df29c72
51 changed files with 51 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
function Test-RestrictCustomScripts {
[CmdletBinding()]
[OutputType([CISAuditResult])]
param (
# Define your parameters here if needed
)