UNPKG

@zendesk/zcli-themes

Version:

zcli theme commands live here

3 lines (2 loc) 154 B
import type { PendingJob } from '../types'; export default function createThemeUpdateJob(themeId: string, replaceSettings: boolean): Promise<PendingJob>;