shared/appSyncConfig.ts (
4
lines of code) (
raw
):
export interface AppSyncConfig { graphqlEndpoint: string; authToken: string; }