Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias JSONSupportedObject<T>

    JSONSupportedObject: {
        [Property in keyof T]: Exclude<T[Property], JSONUnsupportedTypes>
    }

    Type Parameters

    • T