Type Alias UsageList

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

Properties

Properties

data?: UsageObject[]