@theredspace/spp-client
    Preparing search index...

    Interface SummaryView

    SummaryView represents a custom reporting view defined in OpenAir. It is read-only. Supports only Read via method="all" or method="equal to".

    interface SummaryView {
        en_approved?: string;
        en_open?: string;
        en_rejected?: string;
        en_submitted?: string;
        en_waiting?: string;
        tm_approved?: string;
        tm_open?: string;
        tm_rejected?: string;
        tm_submitted?: string;
        tm_waiting?: string;
    }
    Index

    Properties

    en_approved?: string
    en_open?: string
    en_rejected?: string
    en_submitted?: string
    en_waiting?: string
    tm_approved?: string
    tm_open?: string
    tm_rejected?: string
    tm_submitted?: string
    tm_waiting?: string