Update packages/core/strapi/lib/types/core/namespace.d.ts

Co-authored-by: Ben Irvin <ben@innerdvations.com>
This commit is contained in:
Jean-Sébastien Herbaux 2023-05-25 16:30:08 +02:00 committed by Convly
parent 88efe3cb3e
commit a3052b6b06

View File

@ -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>