gitlab integration poc
This commit is contained in:
parent
d95fd77861
commit
b3182149c8
7 changed files with 100 additions and 10 deletions
|
|
@ -165,6 +165,8 @@ export type ProviderHook = {
|
|||
reconcile?: (input: {
|
||||
provider: Provider
|
||||
models: Record<string, Model>
|
||||
auth?: Auth
|
||||
options?: Record<string, unknown>
|
||||
}) => Promise<Record<string, Model> | undefined>
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue