♻️ refactor: change all id types to uuidv7

This commit is contained in:
2026-01-27 22:29:21 +07:00
parent 2f1e37ce52
commit c730689587
6 changed files with 113 additions and 81 deletions

View File

@ -0,0 +1,4 @@
// utils/uuidv7.ts
import { uuidv7 } from "uuidv7";
export const generateUUIDv7 = () => uuidv7();