UNPKG

@teambit/renaming

Version:
4 lines (3 loc) 181 B
import type { Schema } from '@teambit/graphql'; import type { RenamingMain } from './renaming.main.runtime'; export declare function renamingSchema(renaming: RenamingMain): Schema;