@yamlresume/core
    Preparing search index...

    Type Alias ReferenceItem

    Represents a single professional reference or recommendation.

    ReferenceItemSchema for its schema constraints.

    type ReferenceItem = {
        computed?: { summary: string };
        email?: string;
        name: string;
        phone?: string;
        relationship?: string;
        summary: string;
    }
    Index
    computed?: { summary: string }

    Computed values derived during transformation.

    Type Declaration

    • summary: string

      Transformed summary string (e.g., LaTeX code).

    email?: string

    Email address of the reference.

    name: string

    Name of the reference.

    phone?: string

    Phone number of the reference.

    relationship?: string

    Relationship to the reference (e.g., "Former Manager").

    summary: string

    A brief note about the reference.