Type Alias GuildRolePanelEmbedFieldCreateManyGuildRolePanelEmbedInputEnvelope

GuildRolePanelEmbedFieldCreateManyGuildRolePanelEmbedInputEnvelope: {
    data: GuildRolePanelEmbedFieldCreateManyGuildRolePanelEmbedInput | GuildRolePanelEmbedFieldCreateManyGuildRolePanelEmbedInput[];
    skipDuplicates?: boolean;
}