prorm API Reference
    Preparing search index...

    Type Alias ScopeSelector

    ScopeSelector: (
        ctx: SecurityContext,
    ) => { where?: Record<string, any>; include?: any[]; attributes?: string[] }

    Type Declaration

      • (
            ctx: SecurityContext,
        ): { where?: Record<string, any>; include?: any[]; attributes?: string[] }
      • Parameters

        Returns { where?: Record<string, any>; include?: any[]; attributes?: string[] }