interface CaseLink {
    href: string;
    rel: string;
    request_body: any;
    title: string;
    type: string;
}

Properties

href: string
rel: string
request_body: any
title: string
type: string