export interface NestShrimpyOptions {
  publicKey?: string;
  privateKey?: string;
  token?: string;
}
