UNPKG

stashapp-api

Version:

Easy to use adapter for interaction with a Stash server through GraphQL.

3 lines (2 loc) 135 B
import { GraphQLClient } from "graphql-request"; export declare function attachStashMethods(target: any, client: GraphQLClient): void;