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";
        publishAt: string;
        releaseId: string;
    }
    Index

    Properties

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