mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-26 05:25:13 +00:00
Move schemas to /src/util/schemas
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
export interface ModifyGuildStickerSchema {
|
||||
/**
|
||||
* @minLength 2
|
||||
* @maxLength 30
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* @maxLength 100
|
||||
*/
|
||||
description?: string;
|
||||
/**
|
||||
* @maxLength 200
|
||||
*/
|
||||
tags: string;
|
||||
}
|
||||
Reference in New Issue
Block a user