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