type alias GraphQLResponseimport { type GraphQLResponse } from "https://deno.land/x/s3si@gui-v0.4.16/src/types.ts"; Type ParametersTdefinition: { data: T; } | { errors: { message: string; }[]; }