Magek Framework
    Preparing search index...

    Interface ReturnsMetadata

    Metadata stored for each method's return type

    interface ReturnsMetadata {
        methodName: string;
        typeFunction: TypeFunction;
    }
    Index

    Properties

    methodName: string
    typeFunction: TypeFunction