Documentation
    Preparing search index...

    Interface GuildCrestComponentsIndexResponse

    The response for the guild crest components index.

    interface GuildCrestComponentsIndexResponse {
        _links: { self: Href };
        borders: Border[];
        colors: Colors;
        emblems: Border[];
    }

    Hierarchy

    • ResponseBase
      • GuildCrestComponentsIndexResponse
    Index

    Properties

    _links: { self: Href }
    borders: Border[]
    colors: Colors
    emblems: Border[]