Hi,
export enum QuotationBillMethod {
Manday = 1,
Sampling = 2
}
BillingMethod : any = QuotationBillMethod;
How to assign a enum class to a variable instead of any?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ronika JencyPosted Apr 21, 2020, 3:21 AM
Jaish MathewsPosted Apr 21, 2020, 2:15 AM