Interface YamlRoleDefinition

interface YamlRoleDefinition {
    comment?: string;
    name?: string;
}

Properties

Properties

comment?: string
name?: string

Generated using TypeDoc