Type alias InstanceListEventResponse

InstanceListEventResponse: ResponseListItem & {
    events: InstanceEvent[];
    order?: string;
}

Type declaration