feat(kol): admin-web API client + router entries for KOL
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { nanoid } from "nanoid";
|
||||
|
||||
export function newVariableId(): string {
|
||||
return `var_${nanoid(8)}`;
|
||||
}
|
||||
Reference in New Issue
Block a user