Type alias CheckIn

CheckIn: {
    options: {
        [k: string]: Feature;
    };
    status: StatusSummary | null;
}

Type declaration