interface GitTemplate {
    name?: string;
    type?: string;
}

Properties

Properties

name?: string

Name of the Template

type?: string

Type of the Template