File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine
37
37
| 'guild_id'
38
38
| 'name_localized'
39
39
| 'description_localized'
40
- >
40
+ | 'default_member_permissions'
41
+ > &
42
+ Partial < Pick < APIApplicationCommand , 'default_member_permissions' > >
41
43
> ;
42
44
43
45
/**
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine
37
37
| 'guild_id'
38
38
| 'name_localized'
39
39
| 'description_localized'
40
- >
40
+ | 'default_member_permissions'
41
+ > &
42
+ Partial < Pick < APIApplicationCommand , 'default_member_permissions' > >
41
43
> ;
42
44
43
45
/**
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine
37
37
| 'guild_id'
38
38
| 'name_localized'
39
39
| 'description_localized'
40
- >
40
+ | 'default_member_permissions'
41
+ > &
42
+ Partial < Pick < APIApplicationCommand , 'default_member_permissions' > >
41
43
> ;
42
44
43
45
/**
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine
37
37
| 'guild_id'
38
38
| 'name_localized'
39
39
| 'description_localized'
40
- >
40
+ | 'default_member_permissions'
41
+ > &
42
+ Partial < Pick < APIApplicationCommand , 'default_member_permissions' > >
41
43
> ;
42
44
43
45
/**
You can’t perform that action at this time.
0 commit comments