detsys-ts
    Preparing search index...

    Type Alias CheckIn

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

    Properties

    Properties

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