2
0

🗃️ Fix schema migration diff

This commit is contained in:
Baptiste Arnaud
2023-02-03 07:49:12 +01:00
parent 1fe5b122dc
commit bf607289f4
2 changed files with 5 additions and 6 deletions

View File

@ -16,7 +16,7 @@ export type KeyValue = { id: string; key?: string; value?: string }
export type Webhook = Omit<
WebhookFromPrisma,
'queryParams' | 'headers' | 'method'
'queryParams' | 'headers' | 'method' | 'createdAt' | 'updatedAt'
> & {
queryParams: KeyValue[]
headers: KeyValue[]