Type Alias GetResult

type GetResult = {
    data?: GetByIDResult[];
    links?: ListLinks;
}
Index
data?: GetByIDResult[]

List of audit items.

links?: ListLinks