I declare a map so I can convert the numeric enum value into the value our API expects. export const StatusMap: ReadonlyMap<Status, string> = new Map([ ...
確定! 回上一頁