mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
refactor: ♻️ Refactor naming and code exports for both modules
This commit is contained in:
parent
8a37e7df95
commit
dc352bc276
29 changed files with 629 additions and 312 deletions
|
|
@ -33,7 +33,7 @@ import { emojiRegex } from "../regex";
|
|||
* // ...
|
||||
* }
|
||||
*/
|
||||
export const CustomEmojiExtension = z.object({
|
||||
export const CustomEmojiExtensionSchema = z.object({
|
||||
emojis: z.array(
|
||||
z.object({
|
||||
name: z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue