AutoBE
    Preparing search index...
    interface ICallExpression {
        args: IValueExpression[];
        awaited: boolean;
        callee: IValueExpression;
        classification:
            | "collector"
            | "provider"
            | "transformer"
            | "utility"
            | "external";
        kind: "call";
    }
    Index

    Properties

    awaited: boolean
    classification:
        | "collector"
        | "provider"
        | "transformer"
        | "utility"
        | "external"
    kind: "call"