fix add new type of print in card queue
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
export enum CardPrintQueueType {
|
||||
PRINT_PROVISION = "print_provision",
|
||||
PROVISION = "provision",
|
||||
PRINT = "print",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user