mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
Update packages/core/strapi/lib/types/core/namespace.d.ts
Co-authored-by: Ben Irvin <ben@innerdvations.com>
This commit is contained in:
parent
88efe3cb3e
commit
a3052b6b06
@ -52,7 +52,7 @@ export type GetSeparator<T extends Any = Any> = T extends Scoped
|
||||
/**
|
||||
* Adds the corresponding separator (using {@link GetSeparator}) at the end of a namespace
|
||||
*
|
||||
* Warning: Using WithSeparator with a union type might produce undesired results as it'll distribute every matching suffix to every union members
|
||||
* Warning: Using WithSeparator with a union type might produce undesired results as it'll distribute every matching suffix to every union member
|
||||
*
|
||||
* @example
|
||||
* type T = WithSeparator<Admin>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user