Type Alias WithSuffix<Suffix>

WithSuffix: `${string}${Suffix}`

Generic string type but with the given suffix appended to it.

Type Parameters

  • Suffix extends string