OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
web/front/types/CommonPropsType.ts
import { UserType } from 'front/types/UserType'

export interface CommonPropsType {
  clearScoreDelta?: boolean;
  loggedInUser?: UserType;
}