fix add new type of print in card queue

This commit is contained in:
avicenan
2026-06-19 15:51:24 +09:00
parent c1f358e99e
commit 7b8fec5a37

View File

@ -1,4 +1,5 @@
export enum CardPrintQueueType {
PRINT_PROVISION = "print_provision",
PROVISION = "provision",
PRINT = "print",
}