jamespot-user-api
    Preparing search index...

    Type Alias SearchResultCatProps

    type SearchResultCatProps = {
        id: string;
        results: SearchResultProps[];
        showAll?: boolean;
        title: string;
    }
    Index

    Properties

    id: string
    showAll?: boolean
    title: string