Type Alias WithSuffix<Suffix>

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

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

Type Parameters

  • Suffix extends string