Type Alias IntrospectionRequestFn

IntrospectionRequestFn: ((options: IntrospectionRequestFnOptions) => Promise<{
    body: unknown;
}>)