Function transformPriorityQueueResponse
- transformPriorityQueueResponse(response): {
createdAt: Date;
creator: {
cftoolsId: string;
};
links: {
href: string;
method: string;
relationship: string;
};
meta: {
comment: string;
expiration: null | Date;
fromApi: boolean;
};
updatedAt: Date;
user: {
cftoolsId: string;
};
uuid: string;
}[] Returns {
createdAt: Date;
creator: {
cftoolsId: string;
};
links: {
href: string;
method: string;
relationship: string;
};
meta: {
comment: string;
expiration: null | Date;
fromApi: boolean;
};
updatedAt: Date;
user: {
cftoolsId: string;
};
uuid: string;
}[]