Type Alias GetLicenseAssignmentsHttpResponse

type GetLicenseAssignmentsHttpResponse = {
    data: AssignmentsResponse;
    headers: Headers;
    next?: (
        options?: ApiCallOptions,
    ) => Promise<GetLicenseAssignmentsHttpResponse>;
    prev?: (
        options?: ApiCallOptions,
    ) => Promise<GetLicenseAssignmentsHttpResponse>;
    status: 200;
}
Index

Properties

headers: Headers
next?: (options?: ApiCallOptions) => Promise<GetLicenseAssignmentsHttpResponse>
prev?: (options?: ApiCallOptions) => Promise<GetLicenseAssignmentsHttpResponse>
status: 200