Type Alias WithPrefix<Prefix>

WithPrefix: `${Prefix}${string}`

Generic string type but with the given prefix prepended to it.

Type Parameters

  • Prefix extends string