Documentation
    Preparing search index...

    Interface GuildCrestBorderEmblemResponse

    The response for a guild crest border or emblem.

    interface GuildCrestBorderEmblemResponse {
        _links: { self: Href };
        assets: GuildCrestAsset[];
        id: number;
    }

    Hierarchy

    • ResponseBase
      • GuildCrestBorderEmblemResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    assets: GuildCrestAsset[]
    id: number