/**
 * Flowtype definitions for NyxInit
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.14.1
 */

import { Auth } from "./Auth";
export type NyxInit = {
  appName: string,
  auth?: Auth,
  ...
};
