@deep-foundation/deeplinks
Version:
[](https://www.npmjs.com/package/@deep-foundation/deeplinks) [](https://gitpod.io/#https://github.com/deep-fo
9 lines (8 loc) • 337 B
TypeScript
import type { ApolloClient } from '@apollo/client/index.js';
import { Id } from './minilinks.js';
export interface ReservedOptions {
count: number;
client: ApolloClient<any>;
}
export declare const RESERVE: import("graphql/language/ast.js").DocumentNode;
export declare function reserve(options: ReservedOptions): Promise<Id[]>;