interface InstanceOptions { apiKey: String; callbackUrl?: String; } export default InstanceOptions;