Interface TagsResource

interface TagsResource {
    $select(id: string): Tags$SelectResource;
}

Methods

Methods