summary refs log tree commit diff
path: root/src/util/schemas/VanityUrlSchema.ts
blob: 28bf7f2b8e4c17e05bf4dbf50915e082310af149 (plain) (blame)
1
2
3
4
5
6
7
export interface VanityUrlSchema {
	/**
	 * @minLength 1
	 * @maxLength 20
	 */
	code?: string;
}