Type Alias VName<S>

VName: NotEmptyCheck<S> & Lowercase<S> & TruncateTo32<S> & ForbidCharacter<
    S,
    SpecialCharacters,
>

Type Parameters

  • S extends string