Documentation
    Preparing search index...

    Interface MythicKeystonePeriodIndexResponse

    The response for a Mythic Keystone period index.

    interface MythicKeystonePeriodIndexResponse {
        _links: { self: Href };
        current_period: Period;
        periods: Period[];
    }

    Hierarchy

    • ResponseBase
      • MythicKeystonePeriodIndexResponse
    Index

    Properties

    _links: { self: Href }
    current_period: Period
    periods: Period[]