Variable GetMeetingViewResponseConst
GetMeetingViewResponse: ZodObject<
{
allowSatisfaction: ZodOptional<ZodBoolean>;
createdAt: ZodOptional<ZodString>;
expiresAt: ZodOptional<ZodString>;
satisfaction: ZodOptional<ZodString>;
title: ZodOptional<ZodString>;
},
$strip,
> = ...