@byomakase/omakase-player
    Preparing search index...

    Interface PeriodObservation

    interface PeriodObservation {
        end?: null | number;
        start?: null | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    end?: null | number
    start?: null | number