observation-js Documentation - v1.16.0
    Preparing search index...

    Interface CountingMethodValue

    interface CountingMethodValue {
        id: number;
        name: string;
        is_active: boolean;
        is_default?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: number
    name: string
    is_active: boolean
    is_default?: boolean