(prefix: string)
| 99 | // Activity Options Types |
| 100 | |
| 101 | function createId(prefix: string): string { |
| 102 | return `${prefix}-${Date.now()}-${Math.random().toString(36).slice(2, 9)}` |
| 103 | } |
| 104 | // =========================== |
| 105 | |
| 106 | /** |
no test coverage detected