masto
    Preparing search index...

    Interface CreateRetentionParams

    interface CreateRetentionParams {
        endAt: string;
        frequency: keyof CohortFrequencyRegistry;
        startAt: string;
    }
    Index

    Properties

    endAt: string

    String (ISO 8601 Datetime). The end date for the time period. If a time is provided, it will be ignored.

    frequency: keyof CohortFrequencyRegistry

    String (Enumerable oneOf). Specify whether to use day or month buckets. If any other value is provided, defaults to day.

    startAt: string

    String (ISO 8601 Datetime). The start date for the time period. If a time is provided, it will be ignored.