Type Alias GuildRolePanelCreateOrConnectWithoutEmbedsInput

GuildRolePanelCreateOrConnectWithoutEmbedsInput: {
    create: XOR<GuildRolePanelCreateWithoutEmbedsInput, GuildRolePanelUncheckedCreateWithoutEmbedsInput>;
    where: GuildRolePanelWhereUniqueInput;
}