Variable EmployeeOwnIncludeSchemaConst
EmployeeOwnIncludeSchema: ZodObject<
{
benefits: ZodOptional<ZodCoercedBoolean<unknown>>;
clockIns: ZodOptional<ZodCoercedBoolean<unknown>>;
contact: ZodOptional<ZodCoercedBoolean<unknown>>;
deductions: ZodOptional<ZodCoercedBoolean<unknown>>;
directManager: ZodOptional<ZodCoercedBoolean<unknown>>;
managingEmployees: ZodOptional<ZodCoercedBoolean<unknown>>;
managingTeams: ZodOptional<ZodCoercedBoolean<unknown>>;
memberships: ZodOptional<ZodCoercedBoolean<unknown>>;
paychecks: ZodOptional<ZodCoercedBoolean<unknown>>;
personalData: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedPayrollRuns: ZodOptional<ZodCoercedBoolean<unknown>>;
resolvedTimeOffs: ZodOptional<ZodCoercedBoolean<unknown>>;
salary: ZodOptional<ZodCoercedBoolean<unknown>>;
salaryHistory: ZodOptional<ZodCoercedBoolean<unknown>>;
taxData: ZodOptional<ZodCoercedBoolean<unknown>>;
timeOffBalances: ZodOptional<ZodCoercedBoolean<unknown>>;
timeOffRequests: ZodOptional<ZodCoercedBoolean<unknown>>;
title: ZodOptional<ZodCoercedBoolean<unknown>>;
titleHistory: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...