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
3737 | 'guild_id'
3838 | 'name_localized'
3939 | 'description_localized'
40- >
40+ | 'default_member_permissions'
41+ > &
42+ Partial < Pick < APIApplicationCommand , 'default_member_permissions' > >
4143> ;
4244
4345/**
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine
3737 | 'guild_id'
3838 | 'name_localized'
3939 | 'description_localized'
40- >
40+ | 'default_member_permissions'
41+ > &
42+ Partial < Pick < APIApplicationCommand , 'default_member_permissions' > >
4143> ;
4244
4345/**
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine
3737 | 'guild_id'
3838 | 'name_localized'
3939 | 'description_localized'
40- >
40+ | 'default_member_permissions'
41+ > &
42+ Partial < Pick < APIApplicationCommand , 'default_member_permissions' > >
4143> ;
4244
4345/**
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ type RESTPostAPIBaseApplicationCommandsJSONBody = AddUndefinedToPossiblyUndefine
3737 | 'guild_id'
3838 | 'name_localized'
3939 | 'description_localized'
40- >
40+ | 'default_member_permissions'
41+ > &
42+ Partial < Pick < APIApplicationCommand , 'default_member_permissions' > >
4143> ;
4244
4345/**
You can’t perform that action at this time.
0 commit comments