Type alias SearchBlockItem

SearchBlockItem: {
    content: string;
    id: EntityID;
    page: EntityID;
    uuid: BlockIdentity;
}

Type declaration

Generated using TypeDoc