interface IBenchmarkEvent {
    completed_at: string;
    metadata: IFetchRoute<any>;
    repond_at: null | string;
    started_at: string;
    status: null | number;
    success: boolean;
}

Properties

completed_at: string
metadata: IFetchRoute<any>
repond_at: null | string
started_at: string
status: null | number
success: boolean