@oneblink/sdk
    Preparing search index...
    NewScheduledFormMigration: WithOrganisationAssociation & Omit<
        FormMigrationData,
        "versionId",
    > & { scheduledAt: string; versionId: number }

    Payload used to schedule a form migration of an existing named form version to run at a specific date and time.

    Type Declaration

    • scheduledAt: string

      The date and time (in ISO format) the form migration is scheduled to run

    • versionId: number

      The identifier of the named form version to migrate (FormVersion.id)