Member Junction
    Preparing search index...

    Result type for entity loading operations

    interface EntityLoadResult<T> {
        entity?: T;
        error?: ActionResultSimple;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    entity?: T