Esposter
    Preparing search index...

    Variable resourceViewEntitySchemaConst

    resourceViewEntitySchema: ZodObject<
        {
            count: ZodInt;
            createdAt: ZodDate;
            deletedAt: ZodNullable<ZodDate>;
            partitionKey: ZodUUID;
            rowKey: ZodISODate;
            updatedAt: ZodDate;
        },
        $strip,
    > = ...