import { ILeetCodeUser } from '..';

export type IParseAccount = (html: string) => ILeetCodeUser;
