UNPKG

fauna-gql-upload

Version:

Manage your FaunaDB resources in within your project and upload them using a single command

7 lines (6 loc) 303 B
import { errors } from "faunadb"; import { ResourceType } from "../types"; declare type Status = "success" | "error" | "info"; export declare function status(message: string, status?: Status): void; export declare function detailedError(err: errors.FaunaHTTPError, type: ResourceType): void; export {};