Skip to content

Commit

Permalink
fix(core): export BetaFeatures and ScheduledPublishing types
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Oct 23, 2024
1 parent f352db8 commit 34c0b70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/sanity/src/core/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -903,9 +903,10 @@ export type DefaultPluginsWorkspaceOptions = {
}

/**
* Configuration for studio features.
* @internal
* Configuration for studio beta features.
* */
interface BetaFeatures {
export interface BetaFeatures {
/**
* @beta
* @hidden
Expand Down
1 change: 1 addition & 0 deletions packages/sanity/src/core/scheduledPublishing/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './components/editScheduleForm/EditScheduleForm'
export * from './plugin/documentActions/schedule/ScheduleAction'
export * from './plugin/documentBadges/scheduled/ScheduledBadge'
export {type ScheduledPublishingPluginOptions} from './types'

0 comments on commit 34c0b70

Please sign in to comment.