Type Alias GuildRolePanelEmbedCreateOrConnectWithoutGuildRolePanelInput

GuildRolePanelEmbedCreateOrConnectWithoutGuildRolePanelInput: {
    create: XOR<GuildRolePanelEmbedCreateWithoutGuildRolePanelInput, GuildRolePanelEmbedUncheckedCreateWithoutGuildRolePanelInput>;
    where: GuildRolePanelEmbedWhereUniqueInput;
}