EndoJS
    Preparing search index...

    Type Alias PassByRef

    PassByRef:
        | RemotableObject
        | RemotableBrand<any, any>
        | Promise<RemotableObject>
        | Promise<RemotableBrand<any, any>>
        | Promise<PassByCopy>