Contentful Personalization & Analytics
    Preparing search index...

    System managed metadata for entries

    interface EntrySys {
        contentSourceMaps?: CPAContentSourceMaps;
        contentSourceMapsLookup?: ContentSourceMapsLookup;
        contentType: { sys: ContentTypeLink };
        createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
        environment: { sys: EnvironmentLink };
        id: string;
        locale?: string;
        publishedVersion: number;
        revision: number;
        space: { sys: SpaceLink };
        type: "Entry";
        updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`;
    }

    Hierarchy

    • EntitySys
      • EntrySys
    Index

    Properties

    contentSourceMaps?: CPAContentSourceMaps
    contentSourceMapsLookup?: ContentSourceMapsLookup
    contentType: { sys: ContentTypeLink }
    createdAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`
    environment: { sys: EnvironmentLink }
    id: string
    locale?: string
    publishedVersion: number
    revision: number
    space: { sys: SpaceLink }
    type: "Entry"
    updatedAt: `${number}-${number}-${number}T${number}:${number}:${number}Z`