Type Alias GuildRolePanelRoleCreateOrConnectWithoutGuildRolePanelInput

GuildRolePanelRoleCreateOrConnectWithoutGuildRolePanelInput: {
    create: XOR<GuildRolePanelRoleCreateWithoutGuildRolePanelInput, GuildRolePanelRoleUncheckedCreateWithoutGuildRolePanelInput>;
    where: GuildRolePanelRoleWhereUniqueInput;
}