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

    Interface LookupValue<T>

    interface LookupValue<T extends string | number> {
        id: T;
        name: string;
        is_active: boolean;
    }

    Type Parameters

    • T extends string | number

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: T
    name: string
    is_active: boolean