Type Alias PriorityQueueEntry

PriorityQueueEntry: {
    created_at: string;
    creator: {
        cftools_id: string;
    };
    links: {
        href: string;
        method: string;
        relationship: string;
    };
    meta: {
        comment: string;
        expiration: null | string;
        from_api: boolean;
    };
    updated_at: string;
    user: {
        cftools_id: string;
    };
    uuid: string;
}