mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 04:30:06 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export const triggerModes: Record<number, string> = {
|
|
0: "Always",
|
|
1: "Once",
|
|
}
|