InternalAPI

@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This API is internal to the Storyblok client and may change or be removed without notice.")
annotation class InternalAPI(source)

Marks declarations that are internal to the Storyblok client. They are exposed only so that the client's own modules and tests can reach them, and may change or be removed without notice — do not depend on them from application code.