6 lines
152 B
ObjectPascal
6 lines
152 B
ObjectPascal
# config files to be includes
|
|
# @summary
|
|
# directory of array of directories to be included
|
|
#
|
|
type Ssh::Include = Variant[String[1],Array[String[1]]]
|