export class YesNoPolicy { public static readonly YES: string = "Y"; public static readonly NO: string = "N"; }