interface ResourceDataQuery {
    fields: string[];
    selector: T;
}

Type Parameters

Properties

Properties

fields: string[]

List of fields to get from the resource, see the developer documentation for supported fields.

selector: T

The name of the resource, see the developer documentation for supported resources