export type SdkConfig = {
  token: string,
  displayName: string,
  endpoint: string,
}
