Interface TimelinesTagResource

interface TimelinesTagResource {
    $select(hashtag: string): TimelinesTag$SelectResource;
}

Methods

Methods