UNPKG

@teambit/lanes

Version:
4 lines (3 loc) 177 B
import type { Schema } from '@teambit/graphql'; import type { LanesMain } from './lanes.main.runtime'; export declare function lanesSchema(lanesMainRuntime: LanesMain): Schema;