@yamlresume/core
    Preparing search index...

    Type Alias Resume

    Defines the overall resume structure, including content and layout.

    • content is mandatory.
    • layouts is optional, yamlresume provide a default list of layouts if absent.
    type Resume = {
        content: Content;
        layouts?: Layouts;
        locale?: Locale;
    }
    Index

    Properties

    content: Content

    Defines the structure for the entire resume content.

    layouts?: Layouts

    Multiple output layout configurations.

    locale?: Locale

    Top-level locale setting.