masto
    Preparing search index...

    Interface Cohort

    Represents a retention metric.

    interface Cohort {
        data: CohortData[];
        frequency: keyof CohortFrequencyRegistry;
        period: string;
    }
    Index

    Properties

    Properties

    data: CohortData[]

    Retention data for users who registered during the given period.

    frequency: keyof CohortFrequencyRegistry

    The size of the bucket for the returned data.

    period: string

    The timestamp for the start of the period, at midnight.