fauna-gql-upload
Version:
Manage your FaunaDB resources in within your project and upload them using a single command
6 lines (5 loc) • 315 B
TypeScript
declare const apiEndpoint: string;
declare const graphqlEndpoint: string | undefined;
declare const secret: string | undefined;
/** Provides access to values read from environment. If variables don't exist a default value will be used or an error will be thrown. */
export { secret, apiEndpoint, graphqlEndpoint };