RequestStampsAccountUrlResponse: {
    urls: {
        url: string;
        urlType: string;
    }[];
}

Type declaration

  • urls: {
        url: string;
        urlType: string;
    }[]

Generated using TypeDoc