export type UserCredentials = {
  userId: string
  userToken: string
}
