import type { Api } from '../types/Api'; export const makeApi = (api: Omit): Api => ({ ...api, isYaschemaApi: true });