// AUTO-GENERATED by mizan — do not edit import { mizanFetch } from '@mizan/base' import type { morphGroupsOutput, morphLayersOutput } from '../types' export interface MorphsContextData { morph_groups: morphGroupsOutput morph_layers: morphLayersOutput } export type MorphsContextParams = Record export function fetchMorphsContext(params: MorphsContextParams): Promise { return mizanFetch('morphs', params) }