File

src/app/models/session.ts

Properties

date
date: Timestamp
goalForNextTime
goalForNextTime: string
id
id: string
ownerUid
ownerUid: string
postPracticeReflection
postPracticeReflection: string
practiceTime
practiceTime: number
sessionIntent
sessionIntent: string
whatToPractice
whatToPractice: string
import { Timestamp } from 'firebase/firestore';

export class Session {
  id?: string;
  ownerUid: string;
  date: Timestamp;
  practiceTime: number;
  whatToPractice: string;
  sessionIntent: string;
  postPracticeReflection: string;
  goalForNextTime: string;
}

results matching ""

    No results matching ""