UNPKG

phx-node

Version:

PHX NODE

11 lines (10 loc) 211 B
export type GraphQlEnv = { graphQlMsApi: string; graphQlRdApi: string; secretMsKey: string; secretRdKey: string; }; export type GraphQlV2Env = { graphQlApi: string; secretKey: string; };