Circle V2 API Docs
    Preparing search index...

    Type Alias AdmissionLike

    Minimum admission shape this resolver reads. Defined locally so the legacy package does not depend on a v2 repo type. Callers (PR 2 adapter) pass any compatible row shape.

    type AdmissionLike = {
        admitted_at: string;
        discharged_at: string | null;
    }
    Index

    Properties

    admitted_at: string
    discharged_at: string | null