Documentation
    Preparing search index...

    Interface ProfessionResponse

    The response for a profession.

    interface ProfessionResponse {
        _links: { self: Href };
        description: string;
        id: number;
        media: Media;
        name: string;
        skill_tiers: NameIdKey[];
        type: Type;
    }

    Hierarchy

    • NameId
    • ResponseBase
      • ProfessionResponse
    Index

    Properties

    _links: { self: Href }
    description: string
    id: number
    media: Media
    name: string
    skill_tiers: NameIdKey[]
    type: Type