Type Alias GetResult

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

Properties

Properties

data?: GetByIDResult[]

List of audit items.

links?: ListLinks