Type Alias GuildRolePanelEmbedCreateOrConnectWithoutFieldsInput

GuildRolePanelEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<GuildRolePanelEmbedCreateWithoutFieldsInput, GuildRolePanelEmbedUncheckedCreateWithoutFieldsInput>;
    where: GuildRolePanelEmbedWhereUniqueInput;
}