interface ProjectTemplateKey {
    key?: string;
    uuid?: string;
}

Properties

Properties

key?: string
uuid?: string