mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
chore: mark doc service as beta (#19767)
* chore: mark doc service as beta * Update packages/core/types/src/index.ts Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com> --------- Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
This commit is contained in:
parent
11079442a1
commit
cdef1de0b1
@ -111,6 +111,10 @@ export interface Strapi extends Container {
|
||||
* @deprecated will be removed in the next major
|
||||
*/
|
||||
entityService?: EntityService.EntityService;
|
||||
/**
|
||||
* @description interact with documents within Strapi, this API is currently in beta and is subject to change in the future
|
||||
* @beta
|
||||
*/
|
||||
documents?: Documents.Service;
|
||||
telemetry: TelemetryService;
|
||||
requestContext: RequestContext;
|
||||
|
Loading…
x
Reference in New Issue
Block a user