Internal/Repository.ps1
class Repository { [string] $Name [string] $Description [int] $Stars [bool] $IsAutomated [bool] $IsOfficial } |
class Repository { [string] $Name [string] $Description [int] $Stars [bool] $IsAutomated [bool] $IsOfficial } |