UNPKG

fauna-gql-upload

Version:

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

4 lines (3 loc) 168 B
import { errors } from "faunadb"; import { ResourceType } from "../types"; export default function displayErrors(err: errors.FaunaHTTPError, type: ResourceType): void;