@yamlresume/core
    Preparing search index...

    Type Alias ProfileItem

    Represents a single online profile or social media presence.

    ProfileItemSchema for its schema constraints.

    type ProfileItem = {
        computed?: { url: string };
        network: Network;
        url?: string;
        username: string;
    }
    Index
    computed?: { url: string }

    Computed values derived during transformation.

    Type Declaration

    • url: string

      Transformed URL string (e.g., LaTeX href with icon).

    network: Network

    The name of the network or platform.

    url?: string

    The URL of the profile.

    username: string

    The username on the platform.