Mayson Monorepo Documentation
    Preparing search index...
    interface Kana {
        given_name?: string;
        surname?: string;
    }
    Index

    Properties

    given_name?: string

    The person's first or given name.

    surname?: string

    The person's last or family name.