@yamlresume/core
    Preparing search index...

    Type Alias InterestItem

    Represents a single interest, hobby, or personal activity.

    InterestItemSchema for its schema constraints.

    type InterestItem = {
        computed?: { keywords: string };
        keywords?: Keywords;
        name: string;
    }
    Index
    computed?: { keywords: string }

    Computed values derived during transformation.

    Type Declaration

    • keywords: string

      Transformed keywords string (e.g., comma-separated).

    keywords?: Keywords

    Keywords related to the interest.

    name: string

    Name of the interest category (e.g., "Reading", "Photography").