asset-db
    Preparing search index...

    Variable EmployeeRoomOwnIncludeSchemaConst

    EmployeeRoomOwnIncludeSchema: ZodObject<
        {
            employee: ZodOptional<ZodCoercedBoolean<unknown>>;
            room: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...