Documentation
    Preparing search index...

    Interface MythicKeystonePeriodResponse

    The response for a Mythic Keystone period.

    interface MythicKeystonePeriodResponse {
        _links: { self: Href };
        end_timestamp: number;
        id: number;
        start_timestamp: number;
    }

    Hierarchy

    • ResponseBase
      • MythicKeystonePeriodResponse
    Index

    Properties

    _links: { self: Href }
    end_timestamp: number
    id: number
    start_timestamp: number