Type Alias WithPrefix<Prefix>

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

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

Type Parameters

  • Prefix extends string