Interface get_Account_Activities_Request_Body_Paging1

interface get_Account_Activities_Request_Body_Paging1 {
    offset: number;
    pagingStyle: "cursor" | "offset";
}

Properties

Properties

offset: number
pagingStyle: "cursor" | "offset"