Type Alias GetObjectsResult

type GetObjectsResult = {
    data?: string[];
    links?: ListLinks;
}
Index

Properties

Properties

data?: string[]

List of requested resources.

links?: ListLinks