Type Alias UsageList

type UsageList = {
    data?: UsageObject[];
}
Index
data?: UsageObject[]