Type Alias: RegisteredRoutePath
ts
type RegisteredRoutePath = Brand<string, "RegisteredRoutePath">;Defined in: common.ts:41
A route path as Strapi registered it, including the api prefix.