Newer
Older
percord / src / util / schemas / VanityUrlSchema.ts
@Madeline Madeline on 26 Sep 2022 97 bytes Move schemas to /src/util/schemas
export interface VanityUrlSchema {
	/**
	 * @minLength 1
	 * @maxLength 20
	 */
	code?: string;
}