@mojaloop/inter-scheme-proxy-cache-lib
    Preparing search index...

    Type Alias Prettify<T>

    Prettify: { [K in keyof T]: T[K] } & unknown

    Makes the T hover overlay more readable in IDE

    Type Parameters

    • T