// 'patientCheckins' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
const patientCheckins = await ctx.runQuery(api.checkins.getPatientCheckins, {
patientId: ctx.patientId,
});
// 'patientCheckins' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
const patientCheckins = await ctx.runQuery(api.checkins.getPatientCheckins, {
patientId: ctx.patientId,
});