Documentation
    Preparing search index...

    Interface TitleResponse

    The response for a title.

    interface TitleResponse {
        _links: { self: Href };
        gender_name: GenderName;
        id: number;
        name: string;
        source?: TitleSource;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    gender_name: GenderName
    id: number
    name: string
    source?: TitleSource