Documentation
    Preparing search index...

    Interface CovenantResponse

    Interface for a response from the covenant endpoint.

    interface CovenantResponse {
        _links: { self: Href };
        description: string;
        id: number;
        name: string;
        renown_rewards: RenownReward[];
    }

    Hierarchy

    • ResponseBase
      • CovenantResponse
    Index

    Properties

    _links: { self: Href }
    description: string
    id: number
    name: string
    renown_rewards: RenownReward[]