Sanity Library Reference Docs
    Preparing search index...

    Interface ScheduleReleaseAction

    Queues release for publishing at the given future time.

    interface ScheduleReleaseAction {
        actionType: "sanity.action.release.schedule";
        releaseId: string;
        publishAt: string;
    }
    Index

    Properties

    actionType: "sanity.action.release.schedule"
    releaseId: string
    publishAt: string