/* eslint-disable */

// @ts-nocheck

export const isLightweightUser = (userId?: string) =>
  userId?.startsWith("lightweight-");
