export default interface MLInterfaceOptions {
  url: string;
  token: string;
}
