Interface ActivityPaging

interface ActivityPaging {
    next: string;
    size: number;
}

Properties

Properties

next: string
size: number