diff --git a/deno/rest/v10/interactions.ts b/deno/rest/v10/interactions.ts index d8534ec5..e927950c 100644 --- a/deno/rest/v10/interactions.ts +++ b/deno/rest/v10/interactions.ts @@ -129,8 +129,10 @@ export type RESTPatchAPIApplicationGuildCommandResult = Omit - | Omit + | (Omit & + Pick, 'id'>) + | (Omit & + Pick, 'id'>) )[]; /** diff --git a/deno/rest/v9/interactions.ts b/deno/rest/v9/interactions.ts index 6c2c9d07..72d1cdcb 100644 --- a/deno/rest/v9/interactions.ts +++ b/deno/rest/v9/interactions.ts @@ -129,8 +129,10 @@ export type RESTPatchAPIApplicationGuildCommandResult = Omit - | Omit + | (Omit & + Pick, 'id'>) + | (Omit & + Pick, 'id'>) )[]; /** diff --git a/rest/v10/interactions.ts b/rest/v10/interactions.ts index 06e636e5..15fceec8 100644 --- a/rest/v10/interactions.ts +++ b/rest/v10/interactions.ts @@ -129,8 +129,10 @@ export type RESTPatchAPIApplicationGuildCommandResult = Omit - | Omit + | (Omit & + Pick, 'id'>) + | (Omit & + Pick, 'id'>) )[]; /** diff --git a/rest/v9/interactions.ts b/rest/v9/interactions.ts index e72de66a..d4dee8c5 100644 --- a/rest/v9/interactions.ts +++ b/rest/v9/interactions.ts @@ -129,8 +129,10 @@ export type RESTPatchAPIApplicationGuildCommandResult = Omit - | Omit + | (Omit & + Pick, 'id'>) + | (Omit & + Pick, 'id'>) )[]; /**