FieldType: {
    type: "Symbol";
} | {
    type: "Text";
} | {
    type: "RichText";
} | {
    type: "Integer";
} | {
    type: "Number";
} | {
    type: "Date";
} | {
    type: "Boolean";
} | {
    type: "Object";
} | {
    type: "Location";
} | {
    linkType: "Asset";
    type: "Link";
} | {
    linkType: "Entry";
    type: "Link";
} | {
    linkType: "Contentful:Entry";
    type: "ResourceLink";
} | {
    items: {
        type: "Symbol";
    };
    type: "Array";
} | {
    items: {
        linkType: "Entry";
        type: "Link";
    };
    type: "Array";
} | {
    items: {
        linkType: "Contentful:Entry";
        type: "Resourcelink";
    };
    type: "Array";
} | {
    items: {
        linkType: "Asset";
        type: "Link";
    };
    type: "Array";
}