Id generation
randomId(prefix?: string): string
It uses paralleldrive/cuid2 under the hood.
If prefix is set, it will return "<prefix>_<id>, otherwise it will return only the generated id.
randomId(prefix?: string): stringIt uses paralleldrive/cuid2 under the hood.
If prefix is set, it will return "<prefix>_<id>, otherwise it will return only the generated id.