@sumup/sdk
    Preparing search index...

    Type Alias Link

    Details of a link to a related resource.

    type Link = {
        href?: string;
        rel?: string;
        type?: string;
    }
    Index

    Properties

    Properties

    href?: string

    URL for accessing the related resource.

    rel?: string

    Specifies the relation to the current resource.

    type?: string

    Specifies the media type of the related resource.