Type alias ContentSourceMapsLookup

ContentSourceMapsLookup: {
    editorInterface: {
        [key: string]: string;
    }[];
    fieldType: string[];
    sys: {
        type: "ContentSourceMapsLookup";
    };
}

Type declaration

  • editorInterface: {
        [key: string]: string;
    }[]
  • fieldType: string[]
  • sys: {
        type: "ContentSourceMapsLookup";
    }
    • type: "ContentSourceMapsLookup"