Hierarchy

  • SearchEntryRaw

Properties

content?: {
    __typename?: string;
    cursorType?: string;
    entryType?: string;
    itemContent?: SearchEntryItemContentRaw;
    items?: {
        item?: {
            content?: SearchEntryItemContentRaw;
        };
    }[];
    value?: string;
}

Type declaration

  • Optional __typename?: string
  • Optional cursorType?: string
  • Optional entryType?: string
  • Optional itemContent?: SearchEntryItemContentRaw
  • Optional items?: {
        item?: {
            content?: SearchEntryItemContentRaw;
        };
    }[]
  • Optional value?: string
entryId: string
sortIndex: string