Variable populateCommandUsageConst
populateCommandUsage: {
select: {
channelId: true;
CommandId: true;
consumedUsageCount: true;
expireThreshold: true;
guildId: true;
key: true;
runtime: true;
runtimeErrors: true;
usages: true;
userId: true;
};
} = ...
Type declaration
select: {
channelId: true;
CommandId: true;
consumedUsageCount: true;
expireThreshold: true;
guildId: true;
key: true;
runtime: true;
runtimeErrors: true;
usages: true;
userId: true;
}