1
0
Fork 0
cautious-journey/docs/api/cautious-journey.gitlabremo...

26 lines
638 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [GitlabRemote](./cautious-journey.gitlabremote.md) &gt; [resolvePath](./cautious-journey.gitlabremote.resolvepath.md)
## GitlabRemote.resolvePath() method
<b>Signature:</b>
```typescript
resolvePath(path: string): Promise<{
groupId: number;
projectId: number;
}>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| path | string | |
<b>Returns:</b>
Promise&lt;{ groupId: number; projectId: number; }&gt;