export UserApplicationListResponse

interface UserApplicationListResponse {
    count?: number;
    data?: null | UserApplication[];
    object?: null | string;
    page?: null | number;
    total_count?: number;
}

Properties

count?: number

This is the count of records returned

data?: null | UserApplication[]
object?: null | string

The name of this object

page?: null | number
total_count?: number

This is the total count of records available, Needed for pagination