Kind: Interface
Source: atloria-monorepo/apps/api/src/parsing/parsing.queue.ts
Properties
| Property | Type |
|---|---|
jobId | string |
projectId | string |
repositoryUrl | string |
branch | string |
provider | RepositoryProvider |
credentials | `{ |
username?: string; password?: string;
}| |options|{
include?: string[];
exclude?: string[];
frameworks?: string[];
screenshots?: boolean;
}| |autoSync|boolean` |
Was this page helpful?