spacebar/src/util/schemas/VanityUrlSchema.ts
2022-09-26 22:08:14 +10:00

7 lines
97 B
TypeScript

export interface VanityUrlSchema {
/**
* @minLength 1
* @maxLength 20
*/
code?: string;
}