jmap-kit
    Preparing search index...

    Type Alias InvocationArgs<TArgs>

    InvocationArgs: { [K in keyof TArgs]: TArgs[K] | ResultReference } & Record<
        `#${string}`,
        never,
    >

    Allows ResultReference values on all properties and disallow explicit property names starting with #

    Type Parameters

    The invocation arguments interface for the given {Object}/{method} invocation being created.