Address feedback

This commit is contained in:
Michelle McDaniel 2021-03-02 07:19:31 -08:00
parent f6593a76ec
commit 4e8ff8d04a
3 changed files with 14 additions and 17 deletions

View file

@ -6,8 +6,7 @@ open System
type Branch =
{ GitBranchName: string
DisplayName: string
AkaMsChannel: string option
UseLegacyAkaMsTemplate: bool }
AkaMsChannel: string option }
type ReferenceTemplate =
{ AkaMSTemplate: string