@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface SinksGetResponse

    interface SinksGetResponse {
        additionalData?: Record<string, unknown>;
        sinks?: null | Sinks_response[];
    }

    Hierarchy

    • AdditionalDataHolder
    • Parsable
      • SinksGetResponse
    Index

    Properties

    additionalData?: Record<string, unknown>

    Gets the additional data for this object that did not belong to the properties.

    The additional data for this object.

    sinks?: null | Sinks_response[]

    List of sinks identified by their URNs.