@robert-brightline/hr-db - v0.0.21
    Preparing search index...

    Interface TypeMapCb<GlobalOmitOptions>

    interface TypeMapCb<GlobalOmitOptions = {}> {
        params: { extArgs: InternalArgs };
        returns: Prisma.TypeMap<InternalArgs, GlobalOmitOptions>;
    }

    Type Parameters

    • GlobalOmitOptions = {}

    Hierarchy

    • Fn<
          { extArgs: runtime.Types.Extensions.InternalArgs },
          runtime.Types.Utils.Record<string, any>,
      >
      • TypeMapCb
    Index

    Properties

    Properties

    params: { extArgs: InternalArgs }
    returns: Prisma.TypeMap<InternalArgs, GlobalOmitOptions>