Variable populateEmbedConst
populateEmbed: {
select: {
authorIconURL: true;
authorName: true;
authorURL: true;
color: true;
description: true;
fields: {
select: {
EmbedId: true;
id: true;
inline: true;
name: true;
value: true;
};
};
footerIconURL: true;
footerText: true;
GuildId: true;
id: true;
imageURL: true;
messageText: true;
thumbnailURL: true;
title: true;
url: true;
};
} = ...
Type declaration
select: {
authorIconURL: true;
authorName: true;
authorURL: true;
color: true;
description: true;
fields: {
select: {
EmbedId: true;
id: true;
inline: true;
name: true;
value: true;
};
};
footerIconURL: true;
footerText: true;
GuildId: true;
id: true;
imageURL: true;
messageText: true;
thumbnailURL: true;
title: true;
url: true;
}