@iocium/throwaway-lookup - v1.0.1
    Preparing search index...

    Interface LookupResult

    Response returned from the throwaway.cloud API.

    interface LookupResult {
        isDisposable?: boolean;
        success: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Any additional fields returned by the API.

    Index

    Properties

    isDisposable?: boolean

    Whether the subject is considered disposable.

    success: boolean

    Indicates the request succeeded.