export function makeUserRecord()

in src/providers/auth.ts [26:28]


export function makeUserRecord(
  /** Fields of AuthRecord that you'd like to specify. */
  fields: { [key: string]: string | boolean }